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

Pasword Policy Configuration at SS/EP level

srishika
New Contributor
New Contributor

Hi All,

Previously user's password was getting update with custom query job with the following query,

update users u set u.customproperty60 = CONCAT(UPPER(SUBSTRING(u.email, 1, 2)),SUBSTRING(u.employeeid, 1, 3),'$',(select floor(0+ RAND() * 10000)),SUBSTRING(u.email,2,2),'*') where
(u.customproperty60 IS NULL OR u.customproperty60='') AND u.USERKEY in (select a.userkey from arstasks a where a.endpoint= 5 AND a.SECURITYSYSTEM= 10 AND a.STATUS in (1,2) AND a.TASKTYPE=3 AND a.TASKDATE >= DATE_sub(NOW() , INTERVAL 1 day))

 

But now since the custom queries are being depreciated, therefore we have been suggested to use password policy as below,

If setting a password is needed and then sending this to target for an account, use password policy configs and set that policy at SS and EP to achieve this via update password.

 

So, we have configured a password policy in EIC, but unable to configure at SS & EP level. Please advise for the same.

 

Regards

Rishika

 

2 REPLIES 2

SumathiSomala
All-Star
All-Star

@srishika If Policy Scope is APPLICATION then navigate to admin>identity repository>Security system>Policy rule.

SumathiSomala_2-1699030747665.png

 

 

SumathiSomala_0-1699030577928.png

 

If the policy scope is User then This policy is invoked when a user password change or reset is initiated.

SumathiSomala_1-1699030700157.png

 

Refer the below doc for more information

Managing Password Policies (saviyntcloud.com)

 

Regards,
Sumathi Somala

If this reply answered your question, please Accept As Solution and give Kudos.

rushikeshvartak
All-Star
All-Star

Can you elaborate what is issue you are facing after attaching password policy ?


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