I am using a Webservice connector to provision accounts.
User adds roles, roles has direct entitlements.
After the role request is approved, the Create Account is called.
Create account call creates the accounts and adds groups.
But then “Add Entitlement” operation is getting called. But I dont need this operation to get called since create account is taking care of everything.
Question: Is this standard behavior?
How can i skip Add Entitlement operation from getting called