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

Disallow special characters in Account Name rule

varunpuri
Regular Contributor
Regular Contributor

Hi,

Is there a way to disallow special characters in Account Name rule at the endpoint level ?

Best Regards,
Varun

9 REPLIES 9

PremMahadikar
Regular Contributor III
Regular Contributor III

Hi @varunpuri ,

Use 'Advanced config' in account name rule

FN_EIC_REPLACE(STRING_TO_BE_REPLACED,null)

PremMahadikar_0-1710763710461.png

 

If this reply answers your question, please consider selecting Accept As Solution and hit kudos.

@PremMahadikar - Thanks for your response. However, this method would replace the special characters with something else, 
Preferred solution is to NOT allow the usage of special characters at all by throwing some error message on the screen. Is that a possibility ?

rushikeshvartak
All-Star
All-Star

Don’t add characters in special characters list which will disallow for normal account request 

rushikeshvartak_0-1710768668012.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

dgandhi
All-Star
All-Star

Have you tried keeping the special character field as blank and then test?

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

varunpuri
Regular Contributor
Regular Contributor

@rushikeshvartak , @dgandhi - Thanks for your response, yes, I have tried keeping the special characters fields as blank. Still, Saviynt is accepting special characters in Account Name.

It seems you are talking about service account. For Service Account 

Use ^[A-Za-z]{1}[0-9a-zA-Z_\.@]{2,59}$

rushikeshvartak_0-1710820669006.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

@rushikeshvartak - no, I am talking about normal accounts.

varunpuri
Regular Contributor
Regular Contributor

Thanks all for your support, I was able to solve the issue by using Account Name validator Regex attribute at the endpoint level.

varunpuri_0-1710822032870.png

Best Regards,
Varun

Same has been mentioned above. When you input account name in Normal Account/ Service  Account, Account Name validator Regex   is used


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.