Hi! I have an Active Directory connector, on which some accounts are not aggregated yet, but for reaching some business rules, I need entitlements to be granted anyway. What is happening is that for these accounts, it runs the ootb create account event, and as there exists an account on AD, it ends in error. Inmediately after than, the entitlement addition is performed, and ends with a null native identity error, caused by the failed account creation event.
Is there some way of altering the normal create operation plan, in order to return as completed if accounts exists on AD?
What I am trying to do: I have a main AD source, and several applications that has AD as its account backend. I would like to represent these apps in ISC with cloned AD sources, that only grants/revokes the app AD groups, in order to avoid using ISC applications, and manual access profile creation for each AD group.