Understanding the Correlation Logic
- System uses correlation rule to match accounts with existing identities
- If an account is uncorrelated a new identity is created using ApplicationName+saMAccountName
Observed issue
- When the correct data is available in the uncorrelated account to match an existing identity attribute,It does not correlate to existing Identity
- Instead,It always correlates to newly created identity(ApplicationName+saMAccountName)
- However,if this newly created identity is deleted,the account correctly correlates to the intended existing identity.
Expected Behaviour:
- The system Should correlate the account to existing identity if the correct attributes are available
Dont want to do Manual Correlation.
I try with checking disable optimization accounts in aggregation as well but issue persist same