I have 2 identity attribute which I want to sync with Account attribute. Is there a way to sync without performing target account aggregation. ?
You can just define an application attribute for both identity attributes (can be the same application attribute) and then run an IdentityRefresh-task with the option ‘Refresh identity attributes’ enabled.
Advanced:
For more advanced and changing values of an application attribute you can configurea global or application rule for both attributes like:
and the contents of the rule AttributeFromLink
is
String attribute = (String) link.getAttribute("attribute:);
return attribute;
And then run an IdentityRefresh-task with the option ‘Refresh identity attributes’ enabled.
– Remold
Hi @Remold ,
We can also create an update provisioning Policy in application definition and it should create a provisioningTransaction object for Modify operation in RefreshTask with Provisioning Assignment.
Thanks,
Dheeraj
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.