This commit is contained in:
Bastian Wagner
2026-07-20 18:36:54 +02:00
parent b357de6a35
commit e2504ab108
3 changed files with 21 additions and 4 deletions

View File

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