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

Account name rule with comma not working as expected

kunal_saxena
Regular Contributor
Regular Contributor

Hi,
We need to implement account name rule under endpoint. The account name rule should be in this format: <lastname>, <firstname>
We have used advanced config under account name rule as we would be adding further complexity to the rule in future.

Advanced config:

concat(users.lastname,', ',users.firstname)

However, when we create a request it is generating the account name as <lastname> <firstname>, i.e., it does not include the comma as mentioned in the rule.

Please advise as to how we can add the comma.

Thanks,
Kunal

3 REPLIES 3

naveenss
All-Star
All-Star

Hi @kunal_saxena you must be missing comma under the special characters section. Please add that and try again. Refer to the below screenshot. 

naveenss_0-1721294777034.png

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

@kunal_saxena provide , under Special Characters: section

 

Regards,
Sumathi Somala

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

rushikeshvartak
All-Star
All-Star

Special characters are omitted by default in account name rule . You need to explicitly mention allowed characters in account name rule.

rushikeshvartak_0-1721323055017.png

Refer https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter02-Identity-Repository/Creat... 

 


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