Getting additional attributes from LDAP

Hello!

Is it possible to receive additional attributes from LDAP (Active directory) ?

For example:
l (location)
title
extensionAttribute*

Java class “LdapConfiguration” contains only standart attributes. For example - email, cn, sn.

I looked similar discussion Additional attributes in camunda with opendj LDAP, but there is no suitable solution.
Expand the classes “LdapConfiguration”, “UserEntity” in my project I think it is inappropriate, because. In the future version of the camunda, the implementation this classes may change.

Thanks

1 Like

Hi @Michael_NS,
I don’t think that it’s possible without extending the LdapIdentityProviderPlugin .

1 Like