Hi Nisha,
I use Active Directory on Windows 2016. The LDAP registry test works without using group authentication. If I enabled it and use Static group, I got unauthorized error even used your suggestion. Any more tip?
user DN: CN=frank,CN=Users,DC=demo,DC=com
group DN: CN=API_MANAGER_GROUP,CN=Users,DC=demo,DC=com
Group Based DN --> CN=Users,DC=demo,DC=com
Prefix --> (&(member=
Suffix --> )(CN=API_MANAGER_GROUP))
Thanks a lot in advance
Frank
------------------------------
Frank Ning
Technical consultant - solution architect
Toronto ON
------------------------------
Original Message:
Sent: Tue August 22, 2023 01:49 PM
From: Nisha Narayanan
Subject: LDAP issue while Integration with API Manager
Looks like the group prefix and suffix might be wrong.
It should be that of the group field in the user entry.
Eg:
| group_authentication_method: 'static', |
| static_group_dn: 'CN=Users,DC=apim,DC=ibm,DC=com', |
| static_group_filter_prefix: '(&(member=', |
| static_group_filter_suffix: ')(cn=apimsvt))', |
------------------------------
Nisha Narayanan
------------------------------