mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Finished Wordpress OIDC implementation
This commit is contained in:
@@ -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 ###
|
||||
|
Reference in New Issue
Block a user