1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-04 21:15:25 +02:00

feat: Add ability to ignore roles when logging in with SSO (#534)

Closes #533
This commit is contained in:
Balthasar Hofer 2023-10-25 23:01:35 +02:00 committed by GitHub
parent 1a49826b85
commit d4b64b90fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 0 deletions

View file

@ -28,6 +28,7 @@ SECRET_KEY=notsecretkey
# OIDC_SCOPES=openid email profile
# OIDC_ADMIN_ROLES=admin
# OIDC_ROLES_ATTRIBUTE=groups
# OIDC_IGNORE_ROLES=true
## Do not edit this