How to correlate accounts with an identity attribute that is not in the list?

Hi! I have an application which its only unique attribute is the userPrincipalName from AD, but this value is different from email or alternate email. Also, all attributes that appears in the correlation attribute list in IDN side are used.

So my question is, how can I correlate this field value in application with some X identity attribute? (I can create a new identity attribute and fill it with UPN, but I can not assign it in the correlation configuration page of the source)

Hi Julian,
You need to set your attribute to “searchable” - you can only do that via API.

See this document for details

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.