Refactored LDAP and Keycloak implementation and added RBAC based groups to Keycloak

This commit is contained in:
2025-07-04 16:16:45 +02:00
parent ee0561db72
commit 06b864ad52
17 changed files with 206 additions and 84 deletions

View File

@@ -39,4 +39,6 @@ defaults_oidc:
username: "preferred_username"
given_name: "givenName"
family_name: "surname"
email: "email"
email: "email"
claims:
groups: "groups"