Is there a supported way to completely bypass default correlation for specific accounts (e.g., ServiceAccount identities)?
In our use case, if the identity type or attribute indicates a ServiceAccount, we want the account to be created but remain uncorrelated. However, even when the correlation rule returns null, IdentityIQ still performs default correlation and links the account to an identity.
It’s really helpful.
As per my current understanding of your issue the last sentence may contain the explanation:
Yes, the rule supersedes the correlation config and correlation config supersedes the default correlation.
The general behavior of IIQ is to find returned map first from rule; if it does not return anything it falls
back on Correlation configuration. If correlation configuration too does not return anything, it falls back
on default correlation. If default correlation fails, it creates an orphan account.
When account correlation runs, it is always going to want to correlate the account (link) to an identity, always. You cannot have orphaned link object sitting around, they can cause significant issues in your system. I’ve seen populations return zero results due to orphaned link objects. I’ve actually written a task that scans daily for orphaned links and deletes them.
The correlation rule you wrote will either correlate to an “correlated” identity, or will create a net-new “uncorrelated” identity, with the name being the native identity of the uncorrelated account, and then correlate the service account to that uncorrelated identity. So although your service accounts are associated to an identity, I have to believe that they are associated to an “uncorrelated” identity. One suggestion, although your desire is to have the accounts uncorrelated, is to create a single service account identity and attach them to it. Be careful, however, as if you have a large number of accounts linked to the uncorrelated identity, and you are running a partitioned aggregation, you may run into locking issues.
I would be suprised if Sailpoint support this. Because, for authoritative source aggregation, the identity is created and then an account is correlated. Without this, in future aggregations how would the updates flow.
May be you need to think about different approach like create the service account identities manually in UI or thru API. In this way, it will just be an identity without accounts correlations