github MultifactorLab/multifactor-radius-adapter 1.0.134

latest releases: 3.0.26, 3.0.24, 3.0.20...
2 years ago

Release 30.03.2023 | Partial Privacy Mode

New

  • New syntax for the privacy-mode setting. Now you can use Partial privacy mode:
    <add key="privacy-mode" value="Partial:FIELD_NAME" />
    In Partial mode, the adapter sends only the specified fields to the API.

    The FIELD_NAME value can be one of: Name, Email, Phone, RemoteHost:
    <add key="privacy-mode" value="Partial:Email" />
    <add key="privacy-mode" value="Partial:RemoteHost" />

    You can also specify multiple fields by separating them with commas:
    <add key="privacy-mode" value="Partial:RemoteHost,Name,Phone" />

    If you have not specified any field, the adapter will work in the Full mode.

    Standard modes are also available:
    None (by default) - in this mode, the adapter sends all data to the API.
    Full - in this mode, the adapter sends only Identity field.

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

NewReleases is sending notifications on new releases.