ISC Workflow to find entitlement addition to a particular source

Hello Experts,

Is there any way using ISC workflow i can evaluate whether there was an entitlement addition to a particular source account for an identity.

Whenever a rehire is happening, we want to check whether there was an entitlement addition to existing account of connected application ?
We plan to use the workflow trigger of identity attribute change for lcs from T to R , however facing challenge for evaluating whether there was an entitlement addition to existing account of connected application.

Hello @ArvindSingh30

Can you please clarify what entitlement addition you are referring to ? Is it , to check if the Identity has an entitlement on a source ?

OP wants a trigger based on entitlement assignment / provisioned / added to account of a specific source.

…but I don’t think he needs a trigger.

"We plan to use the workflow trigger of identity attribute change for lcs from T to R "

You just need the transform to return T or R based on whether the account of that source has / doesn’t have the specific entitlement.

(p.s. You can’t SET an identity attribute value without going through the transform layer. The Identity JSON is not exposed as freely editable.)