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
- Open Google Cloud Console → APIs & Services → Credentials (in the current console, OAuth clients also live under Google Auth Platform → Clients)
- Create an OAuth 2.0 Client ID (Web application)
- Add Authorized redirect URI:
{gatewayUrl}/api/auth/callback/google - 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
- Go to Admin → Settings → Authentication Settings
- Select Provider: Google
- Paste the Client ID and Client Secret
- Select Save Changes
