8000 docs: add more specific steps and information about oidc refresh tokens by EdwardAngert · Pull Request #18336 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add more specific steps and information about oidc refresh tokens #18336

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

Merged
merged 20 commits into from
Jun 16, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
separate general/google in troubleshooting
  • Loading branch information
EdwardAngert committed Jun 16, 2025
commit 19843416f26f48e06bd044c6ef88c9e98ac7ac33
3 changes: 2 additions & 1 deletion docs/admin/users/oidc-auth/refresh-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ If all verification steps pass successfully, your refresh token configuration is

**Solution**:

- Add `offline_access` to your `CODER_OIDC_SCOPES` configuration.
- For most providers, add `offline_access` to your `CODER_OIDC_SCOPES` configuration.
- `"access_type": "offline"` for Google
- Configure your identity provider according to the provider-specific instructions above.
- Have users log out and log in again to obtain refresh tokens.
Look for entries containing `failed to renew OIDC token` which might indicate specific provider issues.
Expand Down
Loading
0