Step-by-step guide for configuring Google Workspace as the SSO provider for Glean using OIDC authentication.
company.com
, company.co.jp
, subsidiary.co
, etc.What is the Google OAuth consent screen?
How do I check if the OAuth consent screen has already been created?
Field | Value |
---|---|
App name | Glean |
User support email | Email alias for your IT helpdesk, e.g. helpdesk@company.com |
App logo | Download this Glean icon to set as the app logo. |
App home page | https://app.glean.com |
App privacy policy link | https://www.glean.com/privacy-policy |
App Terms of Service link | https://www.glean.com/terms |
Authorized domain | glean.com |
Developer Contact Email | Email alias for your IT team, e.g. it@company.com |
tenant_name-be.glean.com
You can find your tenant ID by following the instructions here. If you still unsure, contact your Glean engineer or Glean support.Field | Value |
---|---|
Application type | Web application |
Name | Glean SSO |
Authorized Javascript origins | https://app.glean.com |
Authorised redirect URIs | Add both the following URIs:https://tenant_name-be.glean.com/authorization-code/callback?isExtension=1 https://tenant_name-be.glean.com/authorization-code/callback |
tenant_name
with your actual tenant ID.
Issue | Description | Fix |
---|---|---|
The code cannot be verified [Error Code 13] | The Client ID or Client Secret are incorrect. | Double check that you have copied the Client ID and Client Secret values correctly into the Glean UI. |
The code cannot be verified [Error Code 13] | In addition to the above, this error code may indicate that Glean cannot validate the email domain being used for sign-in. | Glean checks the email domain of every user that authenticates via SSO against a list of known company domains that are assigned to your tenant. If Glean is not aware of the email domain that your user is attempting to SSO with, it denies access to your Glean environment for security reasons. Notify your Glean engineer or Glean support of all email domains that your users will be authenticating from. |
You do not have access to Glean. Please contact your IT administrator to get access. You do not have access to Glean. Please contact your IT administrator to get access. [Error Code 15] | A user will receive this error if they are not included in the Google Group which manages access to Glean. | Add the user to the Google Group. If you are unsure of which Google Group manages access, please reach out to Glean Support for assistance retrieving the Google Group email. |