- Google Cloud Console access
- Administrative permissions to configure OAuth applications
Guide
Create Google Cloud Project
Navigate to the Google Cloud Console Project Creation page
and fill in the required fields.
Enable Google People API
Navigate to APIs & Services and find Google People
API.Ensure your newly created project is selected in the top bar and click Enable.
Create Google Auth Platform
Open the left sidebar and navigate to APIs & Services → OAuth Consent Screen.Once on the Overview page, click Get Started.

Configure OAuth Project & Consent Screen
Fill in the App name and User support email fields.Select your Audience. If you have a Google Workspace organization, select Internal. If not,
select External.Fill in any other required fields and finalize the configuration.
If you select External, you will need to add your users manually in the Audience tab under Test users.
Create OAuth Client
Navigate to APIs & Services → OAuth Consent Screen → Clients page.Click ”+ Create Client” and select Web Application.
Configure OAuth Client
Name: If hosting Sigma on a custom domain use:
SigmaAuthorized JavaScript origins and Authorized redirect URIs depend on your deployment environment.If hosting Sigma locally use:Save OAuth Credentials
Click Create → Download JSON to save the OAuth client credentials. Alternatively,
save the Client ID and Client Secret to a password or secrets manager.
