We have a list of users for whom we need to trigger a certification. The search query is: source.name:"Active Directory" AND value:"OU=OID Agencies,OU=Roles,OU=Applications,DC=**,DC=**,DC=**,DC=**"
Each entitlement has a different owner. We want to trigger the certification for the entitlement owner, not the manager, in SailPoint Identity Security Cloud (ISC). I am new to ISC workflows. Could someone please guide me on how to achieve this? Also, when the certifier revokes access, it should be removed automatically. Please help.
Unfortunately entitlement owner certifications are not supported out of the box at this moment. Here is the thread where this is being requested repeatedly:
You can utilize the SailPoint Certification API to generate certifications through a PowerShell script for each entitlement, keeping the reviewer as the entitlement owner.
Specifically, the keywords you want to mention to them is “Bulk Certification Reassignment to Object Owner”. It was at version 1.0 back in 2024 Aug 2nd.
Note that this will count towards your monthly API quota…so depending on the certification campaign size and frequency, it might become something you need to factor into.