By: Aman Negi user 26 Sep 2021 at 6:59 a.m. CDT

1 Response
Aman Negi gravatar
Hi, We are using back end AD servers and we are using this script for authentication [https://github.com/GluuFederation/oxAuth/blob/master/Server/integrations/basic.multi_auth_conf/BasicMultiAuthConfExternalAuthenticator.py] What now we want to achieve is to reset the AD user password but the Self-Service Password Reset is not working. Can you help us how we can achieve this?****

By Michael Schwartz Account Admin 26 Sep 2021 at 1:14 p.m. CDT

Michael Schwartz gravatar
You'd have to make an LDAP connection to AD to accomplish this. You need to dig into the code. This is standard java programming stuff.