Skip to main content
Version: Omada Identity on-premises 14.0.16 (legacy)

Unresolved identity account attribute remover

The extension removes certain attributes from accounts for the UNRESOLVED identity.

This is to prevent the accounts from being updated, for example, with wrong first- and last-name values in the target systems.

Configuration and example

This extension supports the following configuration setting:

AttributesToRemove - delimited list of attribute names to be removed from account assignments belonging to the UNRESOLVED identity.

<add type="Omada.RoPE.Controller.OISX.Extensions.UnresolvedIdentityAccountAttributeRemover, Omada.RoPE.Controller.OISX" >
    <settings>
        <add key="AttributesToRemove" value="FIRSTNAME,LASTNAME"/>
    </settings>
</add>