Releases: MultifactorLab/MultiFactor.IIS.Adapter
Releases · MultifactorLab/MultiFactor.IIS.Adapter
1.0.41
Release 31.05.2023 | Phone Attribute
New
- phone-attribute setting. Now you can specify an LDAP attribute to query the user`s phone: the adapter will pass this phone to the API and register it as a second factor for the current user. To activate this feature just add the following line in the web.config file:
Or you can specify multiple attributes:
<appSettings> <add key="multifactor:phone-attribute" value="mobile" /> </appSettings>In this case, the adapter will take the value of the first non-empty attribute.<appSettings> <add key="multifactor:phone-attribute" value="mobile;telephoneNumber" /> </appSettings>
1.0.35
Release 29.03.2023 | Token Parsing
Bugfixes
- Fixed: Problems with parsing the JWT.
1.0.32
Added support for Microsoft Dynamics 365
1.0.30
Update issue templates
1.0.28
Use UPN instead of sAMAccountName settings
1.0.26
MFA loop with Exchange 440 login timeout error fix
1.0.24
Exchange download domains mfa loop fix
1.0.22
Exchange 2013 lang selection fix
1.0.20
Merge pull request #1 from ilyacherevkov/master Added README and LICENSE
1.0.17
2FA based on AD group membership