fix akadmin saml mapping
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2025-05-12 15:00:45 +02:00
parent 075c908af8
commit e00ccf9905
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
export ENTRYPOINT_CONF_VERSION=v2
export LOCAL_CONF_VERSION=v2
export LOCAL_CONF_VERSION=v3
create_admin () {
export DATABASE_URL="$DATABASE_TYPE://$DATABASE_USER:$(cat /run/secrets/db_password)@$DATABASE_HOST/$DATABASE_NAME"

View File

@ -11,8 +11,8 @@ kimai:
attribute: http://schemas.xmlsoap.org/claims/Group
mapping:
# Insert your roles here (ROLE_USER is added automatically)
- { saml: admin.group, kimai: ROLE_ADMIN }
- { saml: "authentik Admins", kimai: ROLE_ADMIN }
- { saml: admin.group, kimai: ROLE_SUPER_ADMIN }
- { saml: "authentik Admins", kimai: ROLE_SUPER_ADMIN }
connection:
# You SAML provider
# Your Authentik instance, replace https://authentik.company with your authentik URL