github MultifactorLab/multifactor-radius-adapter 2.1.14

latest releases: 4.0.1, 4.0.0, 3.0.28...
15 months ago

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 section UserNameTransformRules should be registered in a configSections section of a client config:
    <configSections>
      <section name="UserNameTransformRules" type="MultiFactor.Radius.Adapter.UserNameTransformRulesSection, multifactor-radius-adapter" />
    </configSections>
    
    Example of a UserNameTransformRules settings:
    <UserNameTransformRules>
      <BeforeFirstFactor>
         <add match="d.jones" replace="j.doves" />
       </BeforeFirstFactor>
       <BeforeSecondFactor>
          <add match="d.jones" replace="j.doves" />
       </BeforeSecondFactor>
    </UserNameTransformRules>
    

Don't miss a new multifactor-radius-adapter release

NewReleases is sending notifications on new releases.