We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1065dda commit 488cffdCopy full SHA for 488cffd
docs/admin/users/oidc-auth/google.md
@@ -12,7 +12,7 @@ This guide shows how to configure Coder to authenticate users with Google using
12
1. Open Google Cloud Console → APIs & Services → Credentials → Create Credentials → OAuth client ID.
13
2. Application type: Web application.
14
3. Authorized redirect URIs: add your Coder callback URL:
15
- - `https://coder.domain.com/api/v2/users/oidc/callback`
+ - `https://coder.example.com/api/v2/users/oidc/callback`
16
4. Save and note the Client ID and Client secret.
17
18
## Step 2: Configure Coder OIDC for Google
0 commit comments