Skip to content

Releases: MultifactorLab/MultiFactor.SelfService.Windows.Portal

1.0.195

1.0.195 Pre-release
Pre-release

Choose a tag to compare

@MultifactorLab MultifactorLab released this 22 Jun 13:54
bfe1e60

Relase 22.06.2026 | Preauth

New

  • Added password field to preauth identity form
  • In preauth mode user credentials will be verified in catalog after successful 2fa

1.0.194

Choose a tag to compare

@MultifactorLab MultifactorLab released this 01 Jun 04:30
f745f89

Release 03.06.2026 | SSO

New

  • SSO Showcase settings moved from configuration file to multifactor managment panel
    • Removed showcase setings from configuration file
    • Now sso showcase can be configured in multifactor managment panel in SSO menu section
  • Added required parameter multifactor-idp-api-url to configuration section

1.0.192

Choose a tag to compare

@MultifactorLab MultifactorLab released this 23 Mar 11:44
cd4df28
Merge pull request #65 from MultifactorLab/feature/DEV-1280

DEV-1280: preauth double password fix

1.0.190

1.0.190 Pre-release
Pre-release

Choose a tag to compare

@MultifactorLab MultifactorLab released this 06 Mar 15:05
8106fcc

Release 05.03.2026 | SSO

New

  • Now portal will always ask password for users without setted up 2fa while configuration parameter PreAuthenticationMethod is enabled

1.0.187

Choose a tag to compare

@MultifactorLab MultifactorLab released this 17 Oct 09:36
74e96a8
Merge pull request #63 from MultifactorLab/fix/front-10

fix/front-10 Доработать растягивание контейнера

1.0.185

Choose a tag to compare

@MultifactorLab MultifactorLab released this 29 Sep 13:46
0dc9cbf

Release 30.09.2025 | Improved Authentication & Support Handling

New

  • Added proper handling and messaging when receiving a negative response (accessrequest forbidden) from the MF API, including displaying support contact information.
  • Introduced a dedicated support information page for easier troubleshooting and user assistance.

Bugfixes

  • Fixed: Resolved an issue preventing login with UPN or pre-2000 usernames when the “User must change password at next logon” flag was set in Active Directory (i.e., when the user’s password was expired).

1.0.181

Choose a tag to compare

@MultifactorLab MultifactorLab released this 17 Sep 10:01
41edabd

Release 17.09.2025 | Query user groups

Fixed

  • Query user groups in LDAP directory on behalf of current process.

1.0.179

Choose a tag to compare

@MultifactorLab MultifactorLab released this 16 Sep 10:23
8794e6c

Release 16.09.2025 | Mobile version layout

Bugfixes

  • Fixed an overflowing login form container if there is a captcha in the form.
  • Fixed the background gradient.
  • Fixed the display of unnecessary scrolling in the showcase.

1.0.177

Choose a tag to compare

@MultifactorLab MultifactorLab released this 19 Aug 09:25
85273f6

Release 14.08.2025 | Startup logs

New

  • Added startup logger. Now startup errors are output to the console and written to the startup.log file. The file is located in the logs folder.
  • Improved antiforgery token error handling.

1.0.173

Choose a tag to compare

@MultifactorLab MultifactorLab released this 14 Jul 06:16
c03810b

Release 14.07.2025 | Use attribute as identity setting

New

  • Added the functionality of using a custom (set in the configuration) attribute from LDAP as an Identity when accessing the MF cloud.

Restrictions

  • This setting cannot be activated together with the UseUpnAsIdentity setting.

Example configuration:

<?xml version="1.0"?>
<configuration>
	...
	<portalSettings>
		...
		<add key="use-attribute-as-identity" value="mail"/>
		...
	</portalSettings>
	...
</configuration>