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

PasswdPolicyJSON Restrict Characters

jasonb
New Contributor III
New Contributor III

We are using the PasswdPolicyJSON to establish our initial passwords. 

Some of our users are complaining that they can't figure out their first-time temp password when it contains similar looking characters (e.g. I, l, 1).

Is it possible to restrict characters allowed in the PasswdPolicyJSON?

{
"minLength": 12,
"maxLength": 16,
"noOfCAPSAlpha": 3,
"noOfDigits": 3,
"noOfSplChars": 3

"BANNEDCHARACTERS OR REGEX STATEMENT?":
}

4 REPLIES 4

armaanzahir
Valued Contributor
Valued Contributor

Hi @jasonb ,

This is currently not supported as per documentation. 

armaanzahir_0-1690466620166.png

Better to create an idea for this. (https://ideas.saviynt.com/)

Configuring the Integration for Importing Accounts and Access (saviyntcloud.com)

Thanks,

Armaan

Regards,
Md Armaan Zahir

jasonb
New Contributor III
New Contributor III

Thanks @armaanzahir - I took your suggestion and created an idea: Add restricted characters or regex to | Saviynt Ideas Portal

shreyascn
New Contributor III
New Contributor III

Hello @jasonb 

If you are referring to a use case where users should not be allowed to enter certain blacklisted characters when submitting change password using ARS, then this can be configured in the password policy. Example : 'newpass' - then the user cannot use the word 'newpass' in his password. 

 

shreyascn_1-1690471728024.png

 



jasonb
New Contributor III
New Contributor III

Hi @shreyascn - Do password policies still apply when Saviynt is generating the initial random password using PasswdPolicyJSON defined in the Connection?