Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6581c7

Browse files
authored
chore: update OIDC scopes to include offline_access (#20876)
This is an update tohttps://coder.com/docs/admin/users/oidc-auth/microsoft#enable-refresh-tokens-recommended.We recommend users enable refresh tokens but don't actually give themthe env var value to add.https://coder.com/docs/admin/users/oidc-auth/refresh-tokens does a goodjob of including `offline_access` in the list, so the first page shouldalign with this.
1 parent855fb87 commita6581c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/admin/users/oidc-auth/microsoft.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CODER_OIDC_ICON_URL=/icon/microsoft.svg
4444

4545
```env
4646
# Keep standard scopes
47-
CODER_OIDC_SCOPES=openid,profile,email
47+
CODER_OIDC_SCOPES=openid,profile,email,offline_access
4848
```
4949

5050
After changing settings, users must log out and back in once to obtain refresh tokens

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp