Hi,
Is there an option to disable the Default Correlation Config on Source.
Hi,
Is there an option to disable the Default Correlation Config on Source.
Hi As of now, you cannot fully disable the Default Correlation Config directly via the UI or API, but you can override it by defining Custom Correlation Rules When you define custom correlation rules for a source, those take precedence over the default ones. This effectively disables the default behavior.
for more understanding you can refer to this Disable Default Correlation Rule - #5 by kenilelk1
cannot be disabled , what is your usecase and issue you are facing ?
I’m using a JDBC connector to pull Oracle EBS employee records. Below is the default correlation logic.
Now, We have few SailPoint Identities which has HR employeeNumber as Username..
Now because of this correlation logic, It get correlated to incorrect identity as PERSON_ID is also numeric value.
Did you define any custom correlation logic like @amankumargupta suggested?
In my opinion, even if a custom correlation logic is configured that will NOT correlate any account, default correlation logic will always be used as custom config did not correlate the account.
As requirement is to NOT correlate any account, I think picking a different account attribute as Account ID might be the solution
I see, but for EBS Employee records, PERSON_ID is the only unique attribute…