OIM Reject or Bypass provisioning Process
Hi,
I have a requirement to bypass or reject the provisioning process operation based on some criteria. I have written Preprocess Event handler using java. But now want to stop/reject/bypass provisioning process. anyone can you please guide me or suggest me workaround.
What I want to do and what is the requirement please read below,
We have a requirement if user is already revoked do not provision the user again, just restore the revoked account. for this I am trying to get user key and application instance key and I will update the status in OIU table with SQL and also will update the status in target application. but if the criteria meet I wanted to block OIM not to create a new account in target application. Please if anyone guide me or give me workaround.