Configure G Suite
IN THIS ARTICLE
Learn how to configure your space so that users can authenticate using G Suite SSO.
Users can authenticate to Estii using G Suite SSO.
Create an application in Google Cloud
- Go to the Google Cloud Console.
- From the project picker in the top bar, click New project, give it a name, and click Create. Make sure the new project is selected before continuing.
- Configure the consent screen. In the sidebar, go to APIs & Services > Google Auth Platform:
- If prompted, click Get started to open the setup wizard.
- Under App information, enter an App name and a User support email, then click Next.
- Under Audience, select Internal, then click Next.
- Under Contact information, enter an email address, click Next, agree to the policy, and click Create.
- Create credentials. In the Google Auth Platform section, open the Clients tab:
- Click Create client.
- In Application type, select Web application.
- Enter a Name.
- Under Authorized JavaScript origins, click Add URI and enter https://app.estii.com
- Under Authorized redirect URIs, click Add URI and enter https://app.estii.com/api/auth/callback/oauth
- Click Create.
- Copy your Client ID and Client secret from the dialog that appears. The full secret is only shown once, so save it now.
The Estii application is now successfully set up in Google Cloud.
Add values to Estii
Using these Client ID and Client secret values and a Discovery URL of https://accounts.google.com/.well-known/openid-configuration you can Configure OpenID Connect directly in Estii.