Mapping LDAP member/memberOf attributes into Keycl

2019-08-28 09:56发布

问题:

I've integrated this: https://github.com/keycloak/keycloak/tree/master/examples/ldap LDAP server with keycloak successfully.

I am trying to map the member or memberOf attribute from LDAP into Keycloak. The Users have the following in their attributes: LDAP_ENTRY_DN, LDAP_ID, createTimestamp, modifyTimestamp, postal_code. Adding more attributes to this list and mapping them to the Client's mappers works fine. But fetching and mapping the LDAP attributes doesn't seem to work.

Has anyone done something similar?