Release 14.07.2025 | Use attribute as identity setting
New
- Added the functionality of using a custom (set in the configuration) attribute from LDAP as an Identity when accessing the MF cloud.
Restrictions
- This setting cannot be activated together with the
UseUpnAsIdentity
setting.
Example configuration:
<?xml version="1.0"?>
<configuration>
...
<portalSettings>
...
<add key="use-attribute-as-identity" value="mail"/>
...
</portalSettings>
...
</configuration>