By: Ramkumar Chandrasekaran user 26 Jun 2017 at 7:54 p.m. CDT

1 Response
Ramkumar Chandrasekaran gravatar
We are using SCIM API for creating users in Gluu LDAP for new user registration. During "Change password" scenario, we want to check for old password for the user and only if it is valid, we want to allow for changing the password. To check the old password, we need to know whether SCIM API search can be used. Thanks Ramkumar.C

By Michael Schwartz Account Admin 26 Jun 2017 at 9:58 p.m. CDT

Michael Schwartz gravatar
Use the OAuth resource owner password credential grant to check the creds. See OAuth RFC 6749 for details.