Google Workspaces
Setup Google Workspaces to allow your employees to use GetTrusted.
Overview
You’ll create a new OIDC client in your Google Cloud Console and download its configuration JSON.
GetTrusted uses this to enable SSO for all accounts in your Workspace domain.
Prerequisites
Admin access to Google Cloud Console.
An active Google Workspace domain.
Steps
1. Open Google Cloud Console
Navigate to console.cloud.google.com/apis/credentials.
2. Create OAuth 2.0 Client ID
Click Create Credentials → OAuth client ID.
Select Web Application.
Enter an identifiable name like
GetTrusted OIDC.
3. Add Authorized Redirect URI
Add the following redirect URI.
https://enterprise.gettrusted.app/auth/oidc/callback
https://enterprise.gettrusted.app/auth/oidc/mobile/callback4. Save and Download Client Configuration
Click Create.
Download the JSON file (
client_secret_XXXXX.json). This file contains your Client ID, Client Secret, and Issuer URL.
5. Upload to GetTrusted
Upload this to GetTrusted, click Save Configuration. And you are done.

We will next start setting up Directory Services
Last updated