IdentityIQ workflow extensibility: Illegal request handling
Step 1: Modify stock LCM Provisioning workflow to transition to illegal request handler step when criteria for "illegal request" is detected (e.g., account ends with "_FC"). This transition can be added to the very first step in the workflow.
<Step icon="Start" name="Start"> // POC - Check submitted request for illegal // POC - Look for "_FC" suffix on account name return result; </Source> |
Step 2: Add step for handling illegal account request. In this example, the step sets a return message that will go back to requester and then transitions to the end of the workflow.
|