I am looking into the plausibility of utilizing the ManagedBy tab within Active Directory and correlating this back to the owner of an entitlement within SailPoint.
I dont see a group correlation piece in the AD application connector at all.
Would this need a custom rule to correlate these fields?
Yes, you will have to use a custom rule to add the owner information. You can use the group refresh rule to get the managedBy field value and then use that to find the owner identitty and then set that as owner using .setOwner(identity).
Let me know if you need a sample rule or code snippet.
If you have any sample code, that would be very helpful!
I had the initial ask flipped. We would want the ManagedBy field to drive the ownership within SailPoint. Would that be possible with a similar custom rule?