mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 17:41:36 +01:00
add: telephoneNumber to ldap mappings keycloak
This commit is contained in:
@@ -75,6 +75,15 @@
|
|||||||
read.only: false
|
read.only: false
|
||||||
user.model.attribute: lastName
|
user.model.attribute: lastName
|
||||||
ldap.attribute: sn
|
ldap.attribute: sn
|
||||||
|
- name: "telephoneNumber"
|
||||||
|
providerId: "user-attribute-ldap-mapper"
|
||||||
|
providerType: "org.keycloak.storage.ldap.mappers.LDAPStorageMapper"
|
||||||
|
config:
|
||||||
|
always.read.value.from.ldap: true
|
||||||
|
is.mandatory.in.ldap: false
|
||||||
|
read.only: false
|
||||||
|
user.model.attribute: telephoneNumber
|
||||||
|
ldap.attribute: telephoneNumber
|
||||||
- name: "modify date"
|
- name: "modify date"
|
||||||
providerId: "user-attribute-ldap-mapper"
|
providerId: "user-attribute-ldap-mapper"
|
||||||
providerType: "org.keycloak.storage.ldap.mappers.LDAPStorageMapper"
|
providerType: "org.keycloak.storage.ldap.mappers.LDAPStorageMapper"
|
||||||
|
|||||||
Reference in New Issue
Block a user