Skip to main content

Configure Google Workspace

Set up Google as your identity provider.

Before you start, find your callback URL on the Configure SSO page: {gatewayUrl}/api/auth/callback/google.

Create credentials in Google Cloud Console

  1. Open Google Cloud Console → APIs & Services → Credentials (in the current console, OAuth clients also live under Google Auth Platform → Clients)
  2. Create an OAuth 2.0 Client ID (Web application)
  3. Add Authorized redirect URI: {gatewayUrl}/api/auth/callback/google
  4. Copy the Client ID and Client Secret

For more details, see Google's guide to setting up OAuth 2.0 for web server applications.

Finish in Willow

  1. Go to Admin → Settings → Authentication Settings
  2. Select Provider: Google
  3. Paste the Client ID and Client Secret
  4. Select Save Changes
Google SSO provider configured in Willow Authentication Settings
On this page