Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This functionality allows using Google's SSO service to register and/or login users into your applications. More SSO connectors are coming soon.


Here is example of how login page will look in this case:

Important Notes


NOTE 1 - If your company uses Google as an email provider, you will be able to use this service within your domain.


NOTE 2 - We provide a default Google auth account, free of charge, however, if you want to use your own email to control all auth, follow the instruction below.


NOTE 3 - Mobsted platform allows not just registering new users with their Google accounts (as it is done with most systems), but also to ADD this auth type to EXISTING users, so they can log in quickly without using any SMS or email or passcodes. 



Creating a Google Auth account


1) Login into your Google account, which will be used to provide auth service


2) Create a new Google API project here - https://console.cloud.google.com/apis/dashboard


3) Name your project and click Create ↓


4) Select the project you have just created ↓



5) Open the OAuth consent screen section ↓



6) Make your choice between Internal and External usage. Internal is only for users from YOUR GOOGLE DOMAIN, say if your company uses Google as an email provider. Internal is quicker to publish and needs no verification.



7) Fill in the information required by Google - with the App name and your company's support email



8) Add Mobsted.com as an authorized domain and your email as the developer's email


9) Go to the next step - Scopes (marked red ↓) and click the button "Add or Remove Scopes", marked green ↓

10) Choose ONLY the following scopes, then do "Update" selected scopes and "Save" to continue.

  • .../auth/userinfo.email
  • .../auth/userinfo.profile
  • openid



11) Skip the following step - Test users, by pressing "Save and Continue", marked red ↓, then skip Summary by pressing "Back to Dashboard", marked magenta 


12) Open the "Credentials" section, green ↓, in Dashboard and press "+ Create Credentials", red ↓, and then "OAuth client ID" blue ↓


13) Set application type as Web Application ↓, marked magenta, and give this application any name for your internal reference, marked blue ↓



Place in your Mobsted account's full domain name marked red ↑, and add the second one if you are branding apps to your own subdomains using CNAMES, with the right subdomain name.


Press CREATE button, marked green ↑.


14) Copy and save "Your Client ID" and "Secret" keys to a notebook. 



15) Go to "OAuth consent screen", marked green ↓, and press "Publish App", marked magenta ↓, then press Confirm, marked blue ↓




Adding Google Auth to Mobsted





sddw

























  • No labels