Solved different small bugs

This commit is contained in:
2025-06-18 21:04:04 +02:00
parent 19a489b3c5
commit ae25673853
8 changed files with 19 additions and 5 deletions

View File

@@ -28,8 +28,8 @@ defaults_oidc:
attributes:
# Attribut to identify the user
username: "preferred_username"
given_name: "given_name"
family_name: "family_name"
given_name: "givenName"
family_name: "surname"
email: "email"
#############################################