Skip to main content
All CollectionsCustomers and End usersCustomersGeneral
Adding end-users through Single Sign-On (SSO) for a Google Workspace account
Adding end-users through Single Sign-On (SSO) for a Google Workspace account
Basil Mathai avatar
Written by Basil Mathai
Updated this week
  1. Create a Google OAuth Client ID:

  • Go to the Google Cloud Console: Navigate to the Google Cloud Console and sign in with your Google account.

  • Enable the Google Identity Platform API: If you haven't already, enable the Google Identity Platform API for your project.

  • Select or Create a Project: Choose the project you want to use for your application.

  • Configure the OAuth consent screen:

    • Go to "APIs & Services" > "OAuth consent screen".

    • Click on Get started button

    • Fill in the required fields (app name, user support email, etc.).

    • Select "Internal" as the user type Audience.

    • Fill the contact information detail

    • Click "Create and Continue".

Create an OAuth Client ID:

  • Save the Client ID and Client Secret: Record these credentials securely, as they will be needed later.

2. Set up OIDC authentication in SSO configurations.

  • Use the Client ID and Client Secret:

    Add the Client ID and Client Secret you obtained from the Google Cloud console as Application (Client) ID andSecret Value

  • Update OpenID Connect Metadata Document/ Issuer ID as"https://accounts.google.com"

  • Expiry Date and Secret ID are not required for Google accounts.

  • Add domain name and save the same.

You have successfully added users through SSO after completing these steps.

Did this answer your question?