Hi,
We have a AD Proxy setup that helps us authenticate users on an AD and OpenLDAP instance. I’m trying to get the Group details to Camunda, but it just doesn’t show up on the Groups tab of the Admin page.
bpm-platform.xml
(objectClass=group)
cn
cn
member
false
For testing, I got a custom attribute mapped from the Proxy called “AuthDomain” which have the value AD or OLDP. I tried assigning this to the groupMemberAttribute but it does not display. For verification, I tried mapping this to the userLastnameAttribute and the value is displayed correctly.
What might be the reason that the value does not show under Admin-> Groups (List of Groups)?