Skip to content

docs(oidc): Google provider-specific guide #19309

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DevelopmentCats
Copy link
Contributor

Summary

  • Add a provider-specific guide for configuring Google as an OIDC provider
  • Document refresh token setup via CODER_OIDC_AUTH_URL_PARAMS
  • Add page to docs navigation under Users → OIDC Authentication

Test plan

  • Docs site builds: docs/admin/users/oidc-auth/google.md renders
  • Nav shows 'Google' under OIDC Authentication
  • Links to OIDC overview and refresh tokens work

Fixes #13508

Adds a concise guide for configuring Google as an OIDC provider, including refresh token params and icon/text hints. Updates docs nav to surface the page under OIDC Authentication.

Refs #13508.
Copy link
Member

@matifali matifali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Looks great 👍

1. Open Google Cloud Console → APIs & Services → Credentials → Create Credentials → OAuth client ID.
2. Application type: Web application.
3. Authorized redirect URIs: add your Coder callback URL:
- `https://coder.domain.com/api/v2/users/oidc/callback`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `https://coder.domain.com/api/v2/users/oidc/callback`
- `https://coder.example.com/api/v2/users/oidc/callback`

@matifali matifali requested a review from Copilot August 12, 2025 03:25
@DevelopmentCats
Copy link
Contributor Author

This was a first issue template task test using cursor cli and this was the result I'll clean it up so it passes the ci tomorrow morning lol

@matifali matifali requested a review from phorcys420 August 12, 2025 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: Add Provider-Specific Guide for Google authentication
2 participants