My question would be why does a user have multiple identity cubes?
I could understand that some might have them created by mistake and require manual intervention, but to have so many that you need to write a script seems strange.
Thanks
Our business requirement is to terminate first the employee from our Authoritative source and disable the correlated AD and SAP accounts. Then, the employee will provision using new Employee Number from authoritative source that is why there is another identity cube. However, we should use the User ID created in the Old Employee Number, thus we should correlate the two accounts to his new identity cube.
Is it the same authoritative source for each identity cube? ie the user has two records in one source, or are you migrating from one to another?
If its the latter, then you might get away with correlation rules if you place the new source as a higher authorisation in the profiles tab
I believe the reason why youâre not able to correlate the old account to your new Identity is due to the old account (remain manualCorrelated=true). This will prevent recalculation of correlation.
You need to update the manualCorrelate flag to false and run unoptimized aggregation for recalculating the correlation
Good day. No, it is same authoritative source but different employee number.
For instance, User âMichaelâ with EmployeeNum â1000â and User ID âA0001â (generated by SailPoint) will be terminated. Then, the same user âMichaelâ with new EmployeeNum â1001â will be provisioned but will use the User ID âA0001â of the old EmployeeNum.
Hereâs how-to. I was meant on updating the source account âmanuallCorrelatedâ flag to false, so it will get uncorrelated away from the old identity.