mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-07 17:51:36 +01:00
fix: uuidLDAPAttribute and disable emailVerified mapper
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
vendor: other
|
vendor: other
|
||||||
usernameLDAPAttribute: uid
|
usernameLDAPAttribute: uid
|
||||||
rdnLDAPAttribute: uid
|
rdnLDAPAttribute: uid
|
||||||
uuidLDAPAttribute: entryUUID
|
uuidLDAPAttribute: uid
|
||||||
userObjectClasses: person, inetOrgPerson, organizationalPerson, verification
|
userObjectClasses: person, inetOrgPerson, organizationalPerson, verification
|
||||||
connectionUrl: "{{ ldap_connection_url }}"
|
connectionUrl: "{{ ldap_connection_url }}"
|
||||||
usersDn: "{{ ldap_user_dn }}"
|
usersDn: "{{ ldap_user_dn }}"
|
||||||
@@ -102,15 +102,15 @@
|
|||||||
read.only: true
|
read.only: true
|
||||||
user.model.attribute: createTimestamp
|
user.model.attribute: createTimestamp
|
||||||
ldap.attribute: createTimestamp
|
ldap.attribute: createTimestamp
|
||||||
- name: "email_verified"
|
#- name: "email_verified"
|
||||||
providerId: "user-attribute-ldap-mapper"
|
# providerId: "user-attribute-ldap-mapper"
|
||||||
providerType: "org.keycloak.storage.ldap.mappers.LDAPStorageMapper"
|
# providerType: "org.keycloak.storage.ldap.mappers.LDAPStorageMapper"
|
||||||
config:
|
# config:
|
||||||
always.read.value.from.ldap: false
|
# always.read.value.from.ldap: false
|
||||||
is.mandatory.in.ldap: false
|
# is.mandatory.in.ldap: false
|
||||||
read.only: false
|
# read.only: false
|
||||||
user.model.attribute: emailVerified
|
# user.model.attribute: emailVerified
|
||||||
ldap.attribute: emailVerified
|
# ldap.attribute: emailVerified
|
||||||
- name: "group-mapper"
|
- name: "group-mapper"
|
||||||
providerId: "group-ldap-mapper"
|
providerId: "group-ldap-mapper"
|
||||||
providerType: "org.keycloak.storage.ldap.mappers.LDAPStorageMapper"
|
providerType: "org.keycloak.storage.ldap.mappers.LDAPStorageMapper"
|
||||||
|
|||||||
Reference in New Issue
Block a user