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

Service Account - Change password for Service account

ejeong
Valued Contributor
Valued Contributor

Currently when change password for service account via Saviynt, "change password at first logon" is chencked by default. 

Is there a way we can add "allowed action" for change password which is not required change password again at first logon?

ejeong_0-1658722797549.png

 

4 REPLIES 4

ejeong
Valued Contributor
Valued Contributor

can we enforce 512 as UAC when password is changed?

You can add below in RESETANDCHANGEPASSWRDJSON in CHANGE part

"userAccountControl": "512"

You want to block change password for newly created service account (regarding original forum question?) 


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

ejeong
Valued Contributor
Valued Contributor

I want to make people not required change password at first logon when password changed from Saviynt.. 

Could you please share full JSON for RESETANDCHANGEPASSWRDJSON?

ejeong_0-1658737863415.png

 

ejeong
Valued Contributor
Valued Contributor

{

"RESET":{
"pwdLastSet":"0",
"title":"password reset"},
"CHANGE":{
"pwdLastSet":"-1",
"lockoutTime":0,
"title":"password changed"}
}

found it!