Requirement: Create multiple accounts in same source everytime new entitlement is requested for a web service source generating unique id (nativeIdentity) everytime.
Approach: BeforeProvisioningRule to pass user attributes in plan by linking user to identity object and application ( as before Operation Rule doesnot populate attributes besides entitlement id and name with add operation)
Can anyone guide me with beforeProvisioning rule to get link of user to source and then get all the accounts in the same source when new entitlement is requested for the same source.
Once we get all the accounts then modify the id (nativeIdentity) being sent in plan adding unique counter in addition to populating other user attribute.
Thanks!