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>