Skip to main content

Google SSO

Set up Google as your identity provider for Webrix.

What you’ll enter in Webrix

  • Client ID
  • Client Secret
  • Callback URL (read‑only): {gatewayUrl}/api/auth/callback/google

Steps in Google Cloud Console

  1. Open Google Cloud → APIs & Services → Credentials.
  2. Create OAuth 2.0 Client ID (Web application).
  3. Add Authorized redirect URI: {gatewayUrl}/api/auth/callback/google.
  4. Copy Client ID and Client Secret.

Finish in Webrix

  1. In Admin → Settings → Authentication, choose Provider: Google.
  2. Paste the Client ID and Client Secret.
  3. Click Save.

Docs: https://developers.google.com/identity/protocols/oauth2