fix: uuidLDAPAttribute and disable emailVerified mapper

This commit is contained in:
2024-01-03 21:11:39 +00:00
parent 31c2d55998
commit 99128d1acb

View File

@@ -22,7 +22,7 @@
vendor: other
usernameLDAPAttribute: uid
rdnLDAPAttribute: uid
uuidLDAPAttribute: entryUUID
uuidLDAPAttribute: uid
userObjectClasses: person, inetOrgPerson, organizationalPerson, verification
connectionUrl: "{{ ldap_connection_url }}"
usersDn: "{{ ldap_user_dn }}"
@@ -102,15 +102,15 @@
read.only: true
user.model.attribute: createTimestamp
ldap.attribute: createTimestamp
- name: "email_verified"
providerId: "user-attribute-ldap-mapper"
providerType: "org.keycloak.storage.ldap.mappers.LDAPStorageMapper"
config:
always.read.value.from.ldap: false
is.mandatory.in.ldap: false
read.only: false
user.model.attribute: emailVerified
ldap.attribute: emailVerified
#- name: "email_verified"
# providerId: "user-attribute-ldap-mapper"
# providerType: "org.keycloak.storage.ldap.mappers.LDAPStorageMapper"
# config:
# always.read.value.from.ldap: false
# is.mandatory.in.ldap: false
# read.only: false
# user.model.attribute: emailVerified
# ldap.attribute: emailVerified
- name: "group-mapper"
providerId: "group-ldap-mapper"
providerType: "org.keycloak.storage.ldap.mappers.LDAPStorageMapper"