Hoping that someone has implemented a similar use-case.
We need to do a SOAP integration with the Web Services connector involving accounts, groups and group memberships.
When provisioning accounts, the target system requires all updates to accounts to be atomic - in that every attribute and group membership must be present on an account that is provisioned to the target system, any time the account is updated or gets a groupmembership added or removed.
So my question is, has anyone tried implementing something like this?
Seeing as it doesn’t seem possible to enrich a provisioningPlan for every operation in ISC itself, I’m thinking to call the ISC API from a BeforeRule and fetch the identity and any entitlements for the relevant account being updated so that I can enrich the SOAP payload before it is sent, but I’m wondering if there’s an easier way to do it.