generated from bastian/boilerplate
groups
This commit is contained in:
@@ -14,12 +14,12 @@ DATABASE_SSL=false
|
||||
OIDC_ISSUER=https://idp.example.com/realms/internal
|
||||
OIDC_CLIENT_ID=business-app
|
||||
OIDC_CLIENT_SECRET=change-me
|
||||
OIDC_SCOPES=openid profile email
|
||||
OIDC_SCOPES=openid profile email groups
|
||||
OIDC_LOGOUT_URL=
|
||||
OIDC_ALLOWED_ALGORITHMS=RS256
|
||||
OIDC_HTTP_TIMEOUT_MS=5000
|
||||
OIDC_ADMIN_ROLE=hauspilot-admin
|
||||
OIDC_ROLES_CLAIM=roles
|
||||
OIDC_ROLES_CLAIM=groups
|
||||
OIDC_ROLE_MATCH_CASE_SENSITIVE=true
|
||||
|
||||
SESSION_COOKIE_NAME=app_session
|
||||
|
||||
Reference in New Issue
Block a user