Finished Wordpress OIDC implementation

This commit is contained in:
2025-04-17 16:45:43 +02:00
parent 8f8796f598
commit ec5beff22f
3 changed files with 33 additions and 24 deletions

View File

@@ -28,6 +28,9 @@ defaults_oidc:
attributes:
# Attribut to identify the user
username: "preferred_username"
given_name: "given_name"
family_name: "family_name"
email: "email"
#############################################
### LDAP ###