Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Reset and change password for AD account not working

reshma_sonawane
New Contributor III
New Contributor III
Hi Team,
 
We have implemented RESETANDCHANGEPASSWRDJSON json to reset password for AD account. We need to set custom password as per requirement while change password hence we have used below json:
 
{ "RESET": {"pwdLastSet":"-1"},"CHANGE":{"UnicodePwd": "***********"} }
 
However, when the change password task is executed, it is generating and setting random password. We built this json by referring to saviynt forums however it seems it is not generating password based on "unicodePwd" value sent in json but generating random password.
 
This is issue in replicable in lower environment as well.
 
Below are the steps to reproduce:
1. Created user with AD account with UnicodePwd.
2. User is able to login with UnicodePwd set.
3. Triggered change password task
4. pwdLastSet value is updated in AD and task is complete in saviynt. However user is not able to login with unicodePwd.
 
Any pointers on this?
 
Thanks,
Reshma
3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Try unicodePwd


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

reshma_sonawane
New Contributor III
New Contributor III

@rushikeshvartak above did not work.

Any other way to achieve this?

Thanks,

 

 

Nimesh
New Contributor II
New Contributor II

Did we get any solution for this?