Is there a way to map the owner of an entitlement from our AD sources to the corresponding owner in Active Directory? The SailPoint team mentioned that we can either use the API to update entitlement owners individually, or manually select the owner from the dropdown in the UI. However, we’re looking for a more automated approach.
Currently, the process we use to sync entitlements from our AD sources doesn’t seem to offer an option to map attributes directly. Could this be configured under the “Account Schema” section of the source setup? Do you have any insights or suggestions on how we might achieve this?
I would write a script that iterates through your AD groups and takes the managedBy attribute and makes a call using the API to set the owner attribute.