📘 docs: Update Azure OAuth2 to Clarify Variable Requirement (#189)

This commit is contained in:
Brad Russell
2025-01-21 09:25:41 -05:00
committed by GitHub
parent 60005b0d0b
commit 0103eca1a9

View File

@@ -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"
```