Hi,
I have integrated LDAP as an External Authentication on-premise Apigee Edge platform version 4.16.01. Sysadmin configuration completed and every thing is fine. Followd steps given in ApigeeEdgePrivateCloud-ExtAuthConfig.pdf
Problem Statement: Valid users on LDAP are not able to login Apigee Edge. Getting error: An internal error occurred. Please contact our support team, or try logging in again.
When i add those user on a org using edge-ui --> Admin-->Users with a role, user still not able to login.
BUT, when i add same user using a create user API call - {{MGMTSVR}}/v1/users with body as
<User> <FirstName>ABC</FirstName> <LastName>XYZ</LastName> <Password>***</Password> <EmailId>hello@hello.com</EmailId> </User>
User then able to authenticate with eamil address and LDAP password and get in to system.
Please advise whats wrong. Main purpose of LDAP integration is not to do manual work of user creation, i can add them using edge-ui in specific orgs... and they should be able to login using thier ldap passwords.