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

conditional Select Change Password Options

Darhanba
New Contributor III
New Contributor III

Hi All,

Is there a way to control users who are getting listed in change password page based on some user attribute like (location, Employeetpye or any other) using SAV ROLE?

We are trying to come up with a SAV role with access permission to restrict password change based on location?

Darhanba_0-1725901271075.png

In SAV role we don't have an option for custom query, is there any other way to achieve this? please suggest.

 

Regards,
Darshan

 

  

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You can achieve using sav role Whom to request with JSON

https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter09-SAV-Roles/Understanding-t... 

Sample

[{"for":"ChangePassword","query":"select a from Users a where a.manager= ${users.id} and a.statuskey=1"},{"for":"UpdateUserRequest","query":"select a from Users a where a.employeeType IN ('External','Third Party','Vendor') and a.manager= ${users.id} and a.statuskey=1"},{"for":"RequestAccessOthersMultiUser","query":"select a from Users a where a.manager= ${users.id} and a.statuskey=1"},{"for":"ViewExistingAccess","query":"select a from Users a where a.manager= ${users.id} and a.statuskey=1"}]

 

https://forums.saviynt.com/t5/identity-governance/how-to-modify-the-sav-role-so-users-can-manage-onl...


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