Release 23.08.2024 | UserNameTransformRules extended and bugfixes
Bugfixes
- Username Transformation Rules works properly with every fist factor source, for example with a RADIUS server in RADIUS mode.
New
- Added extended name transformation section to transform an identity before first factor and before second separately.
Note, the sectionUserNameTransformRulesshould be registered in aconfigSectionssection of a client config:
Example of a<configSections> <section name="UserNameTransformRules" type="MultiFactor.Radius.Adapter.UserNameTransformRulesSection, multifactor-radius-adapter" /> </configSections>UserNameTransformRulessettings:<UserNameTransformRules> <BeforeFirstFactor> <add match="d.jones" replace="j.doves" /> </BeforeFirstFactor> <BeforeSecondFactor> <add match="d.jones" replace="j.doves" /> </BeforeSecondFactor> </UserNameTransformRules>