Skip to content

Commit 488cffd

Browse files
chore: update coder example url
Co-authored-by: Atif Ali <atif@coder.com>
1 parent 1065dda commit 488cffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/users/oidc-auth/google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This guide shows how to configure Coder to authenticate users with Google using
1212
1. Open Google Cloud Console → APIs & Services → Credentials → Create Credentials → OAuth client ID.
1313
2. Application type: Web application.
1414
3. Authorized redirect URIs: add your Coder callback URL:
15-
- `https://coder.domain.com/api/v2/users/oidc/callback`
15+
- `https://coder.example.com/api/v2/users/oidc/callback`
1616
4. Save and note the Client ID and Client secret.
1717

1818
## Step 2: Configure Coder OIDC for Google

0 commit comments

Comments
 (0)