Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/04/2024 02:21 AM
Hello Everyone,
I have a requirement to map the AD accounts distinguished name to one of identity objects custom property. How can we do it ? If anyone have done it please let me know what would be the best way to do that.
Thanks.
Solved! Go to Solution.
09/04/2024 02:34 AM
09/04/2024 02:36 AM
@indra_hema_95 yes correct !
09/04/2024 02:57 AM
Hi @sabthamis One way to do this, first bring the DN to the accounts customproperty level, lets say you are storing it on accounts customproperty5. Then while user import use preprocessor like below in modify user json.
09/04/2024 03:04 AM - edited 09/04/2024 03:04 AM
@sabthamis One way would be to use user_attribute and map the value to a customproperty directly.
09/04/2024 03:06 AM
@NM can you please brief me on that how we can do it ? i don't want to add much logic in preprocessor which would slow down the import
09/04/2024 03:13 AM
@sabthamis in AD connector there is a field titles user_attribute where you can define the map the same way you would have defined to import account.
2) create the user import job which will do all the work.
09/04/2024 04:33 AM
so here i need to create user import job for AD connection right ? and action i should select as update ?
Also if you have some sample format to refer for user_attribute please provide it would be helpful.
Thanks.
09/04/2024 04:45 AM
@sabthamis , yes,
sample -
[
CUSTOMPROPERTY1::cn#String,
CUSTOMPROPERTY2::name#String,
DISPLAYNAME::displayName#String,
CUSTOMPROPERTY25::company#String,
CUSTOMPROPERTY3::sn#String,
CUSTOMPROPERTY40::distinguishedName#String
]