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 G Suite
- Go to the Google API Console.
- From the projects list, Create a new project.
- Configure the project’s consent screen:
- Click OAuth consent screen in the sidebar.
- Select Internal, and click Create.
- Enter an Application name, and click Create.
- Create credentials
- Click Credentials in the sidebar.
- Click Create credentials > OAuth client ID.
- In Application type select Web application.
- Enter a Name.
- In Authorized JavaScript origins, click Add URI and enter https://app.estii.com/
- In Authorized redirect URIs, click Add URI and enter https://app.estii.com/api/auth/callback/oauth
- Click Create
- Copy your Client ID and secret in the dialog that appears.
The Estii application is now successfully set up in G Suite.
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.