When running the “Refresh Identity” task with both “Synchronize Attributes” and “Refresh Identity Attributes” enabled, Attribute Sync doesn’t filter update requests for “FirstName” even if the value hasn’t changed since the last agreggation. Other attributes like email and location are filtered correctly.
Additional Details:
The “FirstName” attribute in the identity cube is lowercase, while the linked attribute might be uppercase.
I assumed the Transformation Rule would handle the case sensitivity difference.
Why is Sailpoint IIQ creating a provisioning plan for the “FirstName” attribute when its value hasn’t changed since the last successful provisioning?
Additionally, why is the “FirstName” attribute not being filtered during Attribute Sync, unlike other attributes like email and location?
@lfmsp Thanks for the suggestion! I appreciate the help.
However, I’m still trying to understand why Attribute Sync isn’t filtering the ‘FirstName’ attribute update request. In my scenario, I’m already using the ‘Attribute Sync’ workflow within the ‘Refresh Identity’ task. Enabling ‘Attribute Synchronization’ is necessary for Attribute Sync to function properly.
I did try running a refresh with the flags you mentioned - ‘Refresh Identity Attributes’ and ‘Always launch the workflow (even if the usual triggers do not apply)’. Unfortunately, the behavior remained the same. The ‘FirstName’ attribute update request is still included in the provisioning plan even though the value hasn’t changed.
That’s where I was curious about the role of transformation rules. I understand they can modify data before provisioning, but wouldn’t that only be necessary if the source data and target system have different formatting requirements (like case sensitivity in our example)?
Attribute synchronization is a case sensitive operation. Make sure you either set the same case value when provisioning to the target or handle the case of the value accordingly to match your identity attribute value in the transformation rule or customization rule as part of aggregation.