Guide to adding Google OAuth to ale
.
Start by clicking GET STARTED
on the Google Auth Platform page in the Google Cloud Console.
On the Overview page, enter the following values and click CREATE
:
On the Branding page, enter the following information about your app domain:
https://app.[domain]
ADD DOMAIN
to include all relevant domains.
On the Audience page, click PUBLISH APP
to make the app available for use.
On the Client page, click CREATE CLIENT
and configure the OAuth Client ID as follows:
https://app.[domain]/api/oauth/google/callback
On the Data Access page, add the required scope as shown in the screenshot above.
.../auth/userinfo.profile
.On the Clients page in the left sidebar, click the name of the client to retrieve the Client ID and Client Secret.
Access the operations system, go to Settings > Authentication > Google dropdown, and enter the values retrieved in the previous steps into each field. Then, click Apply
.
After completing the Google login process, the user will be in a pending state, and a message about admin approval will be displayed. Once approved by the admin, the user can log in to ale
.
After admin approval, when attempting to log in with Google, the Complete Registration page will be displayed. Enter the appropriate space and name, then click Complete
.