Password Reset Enhancement

Hi All, I am trying to reset the password of the accounts created for applications.
But when I tried to reset it, the request payload is missing the current password of user.
PATCH /scim/v2/sybase/Users/userid, payload={“schemas”:[“urn:ietf:params:scim:api:messages:2.0:PatchOp”],“Operations”:[{“op”:“replace”,“value”:{“password”:“Qwerty_asd12”}}]}]

where the password is new password.

Is there a way to validate the current password, because the current system is not supporting this and as a result, the password is resetting without checking the current password.

1 Like

Hi @nchandr ,

thanks for your post!
We’re facing exactly the same challenge at the moment.
Did you get any response or find a way to work around the issue?

Thanks,
Daniel