Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/01/2024 06:50 AM
Hi Team, @Darshanjain
We have below requirements
1. New user comes from HR(SAGE HR System) and email address of user is null.
2. Saviynt Triggers user email generation rule.
3. Check email uniqueness against all the AD emails and Proxy Address.(Even against terminated ad accounts).
I found this article on forum for achieving this user case but i have few queries:
1. Will this import AD accounts as users.(We don't want this to happen as there are too many orphan accounts in AD).
2. What would be the minimum configuration(Steps, Json would be helpful) i would need to do to get the Proxy emails and AD emails into User_Attribute table without creating users from AD.
3. If this is not possible without importing all AD accounts as users is there any other way to achieve this use case.
Regards,
Abhay Yadav
08/01/2024 08:00 AM
Hi @Abhay_Yadav , you can map proxyaddress directly in advance import json as shown in article
It won't create users profile.
3) not sure but maybe you can add proxyaddress using CSV file or enhance query
08/01/2024 11:46 AM
1. Will this import AD accounts as users.(We don't want this to happen as there are too many orphan accounts in AD). - No it will not create users
2. What would be the minimum configuration(Steps, Json would be helpful) i would need to do to get the Proxy emails and AD emails into User_Attribute table without creating users from AD. - Map in import mapping json
3. If this is not possible without importing all AD accounts as users is there any other way to achieve this use case.