I’ve set up a connection to our Active Directory with the auth0 ldap agent. It works fine for users to log into our application, but when a user uses the auth0 password reset option, both the auth0 log and the ldap agent log show success, yet the password remains the same in Active Directory and the server log does not show a change password attempt having happened. I’m very new to auth0, so it’s very likely I’m missing something obvious. Thanks for any help.
Hi @lscharf
I would suggest to review this community post regarding a similar issue. It states that:
Looks like all I needed was to switch to ldaps, and set ENABLE_ACTIVE_DIRECTORY_UNICODE_PASSWORD (as well as ENABLE_WRITE_BACK) to true. I can now use Auth0 password reset to change passwords on AWS Managed Active Directory. Yay!
Let me know if that helps or not!
Kind Regards,
Nik