Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

RESETANDCHANGEPASSWRDJSON for AD to hardcode password on reset

Shubhamjain27
Regular Contributor II
Regular Contributor II

Hi,

we have a requirement to trigger change password task and hardcode the password on the reset.

We are using the below json:

{
"RESET": {
"pwdLastSet": "-1",
"title": "password reset",
"userPassword": "test@12345678"
},
"CHANGE": {
"pwdLastSet": "-1",
"title": "password changed",
"userPassword": "test@12345678"
}
}

It is not updating the AD account password.

Any idea if passing an hardcoded value and not using random password works for RESETANDCHANGEPASSWRDJSON?

6 REPLIES 6

NM
Honored Contributor III
Honored Contributor III

@Shubhamjain27 task getting created moving to complete state or fails and show an error?

Shubhamjain27
Regular Contributor II
Regular Contributor II

task is completed with no error

NM
Honored Contributor III
Honored Contributor III

@Shubhamjain27 try once without any special character.

rushikeshvartak
All-Star
All-Star
  • Your ad may have password policy that existing password can’t be use . Generate password with date and time or unique field

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Shubhamjain27
Regular Contributor II
Regular Contributor II

Checked with Saviynt support, password cant be hardcoded in the reset function.

NM
Honored Contributor III
Honored Contributor III

@Shubhamjain27 did they also confirm it is not possible in change password?

Any jira created with engg team for this?

Did you raise an idea which we can upvote?