Last updated
Was this helpful?
Creating a new project in Google Cloud Console
Go to https://console.cloud.google.com/ and login with your organization’s admin credentials.
Create a new project (or use existing one). To create a new project, on the top left click Projects → New Project.
Enter Project Name and select Organization and click ‘Create’.


Configuring OAuth Consent Screen
Select the project and from the left navigation menu, navigate to APIs and Services → OAuth Consent Screen
Click ‘Get Started’.

Enter the following details:
App Name (for example ‘EmpowerGPT SSO’).
User Support Email.
Audience → Internel
Contact Information

Click ‘Create’
Adding APIs and Scopes
Navigate to ‘Data Access’ from the menu and click ‘Add or remove scopes’.

Add the following scopes:
https://www.googleapis.com/auth/userinfo.email
https://www.googleapis.com/auth/userinfo.profile

Click ‘Update’.
Copy Client ID and Client Secret
Navigate to ‘Clients’ and create a new client.

Select ‘Application Type’ as ‘Web Application’.
Enter Name (for example: EmpowerGPT SSO)
Add redirect URL as htps://empowergpt.ai/auth/google/callback
Click ‘Create’.
Go to newly created client and copy ‘Client ID' and 'Client Secret’ and paste in EmpowerGPT.
Last updated
Was this helpful?
Was this helpful?
