Skip to content

Commit

Permalink
πŸ“˜ docs: Update Azure OAuth2 to Clarify Variable Requirement (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
bprussell authored Jan 21, 2025
1 parent 60005b0 commit 0103eca
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ OPENID_SESSION_SECRET=Any random string
OPENID_SCOPE=openid profile email #DO NOT CHANGE THIS
OPENID_CALLBACK_URL=/oauth/openid/callback # this should be the same for everyone

# If you want to restrict access by groups
OPENID_REQUIRED_ROLE_TOKEN_KIND=id

# If you want to restrict access by groups
OPENID_REQUIRED_ROLE_PARAMETER_PATH="roles"
OPENID_REQUIRED_ROLE="Your Group Name"
```
Expand Down

0 comments on commit 0103eca

Please sign in to comment.