Click HERE to see how Saviynt Intelligence is transforming the industry. |
02/02/2024 02:48 AM
Team,
We have a requirement wherein a custom attribute in Azure AD contains the value of the group owner. We need to synchronize this information with the owner field in Saviynt. Could you please confirm whether the connector supports the capability to read custom attributes and enables mapping them to the owner field?
02/02/2024 03:48 AM
HI @suryavav , I doubt you can do that with ootb but lets wait for more responses. But meanwhile if you want to explore other options - You can achieve it via REST connector.
"entOwnerMappings": { "listPath": "groups", "idPath": "owner", "keyField": "email"
Keyfield is saviynt user email which you can use any other attribute as well. It should match with the extension attribute value that you can map in "idPath"
02/02/2024 05:55 AM - edited 02/02/2024 05:56 AM
Its not supported with Azure connector
https://forums.saviynt.com/t5/identity-governance/azure-ad-connector-account-import/m-p/13612#M4759