Skip to content

Releases: MultifactorLab/MultiFactor.IIS.Adapter

1.0.41

31 May 05:58
cf7f0f7

Choose a tag to compare

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:
    <appSettings>
        <add key="multifactor:phone-attribute" value="mobile" />
    </appSettings>
    
    Or you can specify multiple attributes:
    <appSettings>
        <add key="multifactor:phone-attribute" value="mobile;telephoneNumber" />
    </appSettings>
    
    In this case, the adapter will take the value of the first non-empty attribute.

1.0.35

29 Mar 09:34
b31762d

Choose a tag to compare

Release 29.03.2023 | Token Parsing

Bugfixes

  • Fixed: Problems with parsing the JWT.

1.0.32

01 Dec 09:46

Choose a tag to compare

Added support for Microsoft Dynamics 365

1.0.30

24 Oct 14:22
35c842b

Choose a tag to compare

Update issue templates

1.0.28

10 Aug 12:20

Choose a tag to compare

Use UPN instead of sAMAccountName settings

1.0.26

03 Jul 22:11

Choose a tag to compare

MFA loop with Exchange 440 login timeout error fix

1.0.24

24 May 11:32

Choose a tag to compare

Exchange download domains mfa loop fix

1.0.22

18 Mar 09:00

Choose a tag to compare

Exchange 2013 lang selection fix

1.0.20

06 Mar 16:45
8c6f35f

Choose a tag to compare

Merge pull request #1 from ilyacherevkov/master

Added README and LICENSE

1.0.17

05 Feb 13:54

Choose a tag to compare

2FA based on AD group membership