SSO AuthenticationSocial Login
Set up "Sign in with Google" OAuth login for your Safeguard tenant.
- In Google Cloud Console, go to APIs & Services → Credentials → Create Credentials → OAuth client ID.
- Application type: Web application.
- Under Authorized redirect URIs, add the Callback URL (
https://api.safeguard.sh/auth/api/v1/sso/callback). - Create the client and copy the Client ID and Client Secret.
- In Safeguard, click Add Provider → Google, paste in the Client ID and Client Secret, and Save.
Example values
Dummy values illustrating the shape — use the real ones from Google Cloud Console.
| Field | Example value |
|---|---|
| Authorized redirect URI (register in Google) | https://api.safeguard.sh/auth/api/v1/sso/callback |
| Client ID (paste into Safeguard) | 1234567890-abcdefg.apps.googleusercontent.com |
| Client Secret (paste into Safeguard) | GOCSPX-xxxxxxxxxxxx |