For the complete documentation index, see llms.txt. This page is also available as Markdown.

Single Sign On (SSO) with Google

1

Creating a new project in Google Cloud Console

  1. Go to https://console.cloud.google.com/ and login with your organization’s admin credentials.

  2. Create a new project (or use existing one). To create a new project, on the top left click Projects → New Project.

  3. Enter Project Name and select Organization and click ‘Create’.

2

Configuring OAuth Consent Screen

  1. Select the project and from the left navigation menu, navigate to APIs and Services → OAuth Consent Screen

  2. Click ‘Get Started’.

  1. Enter the following details:

    1. App Name (for example ‘EmpowerGPT SSO’).

    2. User Support Email.

    3. Audience → Internel

    4. Contact Information

  1. Click ‘Create’

3

Adding APIs and Scopes

  1. Navigate to ‘Data Access’ from the menu and click ‘Add or remove scopes’.

  1. Add the following scopes:

    1. https://www.googleapis.com/auth/userinfo.email

    2. https://www.googleapis.com/auth/userinfo.profile

  1. Click ‘Update’.

4

Copy Client ID and Client Secret

  1. Navigate to ‘Clients’ and create a new client.

  1. Select ‘Application Type’ as ‘Web Application’.

  2. Enter Name (for example: EmpowerGPT SSO)

  3. Add redirect URL as htps://empowergpt.ai/auth/google/callback

  4. Click ‘Create’.

  5. Go to newly created client and copy ‘Client ID' and 'Client Secret’ and paste in EmpowerGPT.

Last updated

Was this helpful?