Does anyone know how I can detect an identity refresh in a Before Provisioning Rule?
We have a business requirement to manipulate certain data during a modify operation - but this should only be done during aggregation, not during an identity refresh (possibly triggered by attribute sync), hence I would like to check if its possible to detect it in my BP rule?
You would typically need to modify the Workflow associated with the identity refresh.
The ISC processing for the Identity Refresh is designed to map the account and identity data / Trigger the update account operation. This being said I wouldn’t recommend you attempt to modify that in a rule.