Can there be a threshold check while assignment or removal of role?
Basically if lets say there are more than 100 roles are getting removed then threshold check should stop removing the accesses?
Hello Amrit,
For criteria roles as far i know there is nothing that you can do.
But lets say you are revoking roles via workflow it is possible to control how many roles you will revoke.
Att.
I think you are talking this assignment as part of daily refresh ? if yes i donāt think if any option available . I would suggest to check this with sailpoint support .
āCan there beāā¦yes. Somewhat of a custom job.
For the roles that you want to āprotectā with a threshold, specify a dummy approver.
With a periodic workflow / script, get a list of approved access requests with this particular role assigned in the last, say, 24 hours. If the count is greater than 100, deny the approval request. If the count is less than 100, approve the pending approval request. (Handle the pending approval request in a sorted order)
e.g. Get-V2024AccessRequestStatus with filtering and pipelining, Get-V2024PendingApprovals
Additionally, you can leverage metadata attributes to specify per-role threshold. The powershell script just need to get this metadata attributeās value of the role instead of having hard-coded 100.
I think managing it outside SailPoint will be little easy as compare to doing it via workflows.
Yeah, itās far more liberating once you get outside of the confines of ISC. ISC itself is functionally rather rudimentary with its OOTB IGA use cases coverage. A lot of additional business logic has to be bolted on here and there.
Like you canāt even have ānewā custom email templates at the tenant levelā¦you need to going to a step-level in workflow to define the email. Thereās no OOTB access removal workflow (itās community-built), no account deletion, no identity deletion, no per entitlement deletion OOTB. It doesnāt handle multi-account per source per identity very well either.
Also, with all the transforms built in JSON, just give us a graphical editor already. (e.g. below or similar to the workflow builder) Better yet, give us the AI and LLM to build transforms.
Totally agree. If I remember right, threshold support came late in IIQ too. Hopefully, thereās already something like that in the worksāor at least an idea submitted around for it.
Trueā¦but that should be a lesson learnt from back then, and now it should come under āI know better nowā kind of feature / functionality / configurationā¦and IDN / ISC is not exactly young anymore.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.