Tuesday, February 9, 2021

What is Orphan Account and how to handle un-correlated account?

Orphan Account :: An account from a target system with no identity to attach or link.

When correlation fails, we get uncorrelated identities created to house the accounts that did

not correlate. There are two solutions to this problem:

# Determine what went wrong with the correlation, adjust your correlation rule and

re-aggregate the accounts.

# Manually correlate the accounts using the UI. This involves moving the uncorrelated

account to the proper Identity Cube.

Once this is done, you can prune the Identity Cubes that have no accounts to remove the

uncorrelated cubes.


No comments:

Post a Comment

Fetch Members from Workgroup

  import java.util.ArrayList;   import java.util.Iterator;   import java.util.List;   import sailpoint.api.ObjectUtil;   import sailpoint.ob...