Closed patschi closed 2 years ago
Hi,
Yes of course, it was an evolution, so we change this to support Custom Authenticator.
regards
I just wanted to point out that an update according to the docs renders adfsmfa being unusable. Not sure why it was instantly closed, but I think either some fallback or notes in the update instructions would be worth preventing some frustration.
Issue
Today I've been updating from adfsmfa.3.1.2111.0 to adfsmfa.3.1.2207.0 and it broke my MFA completely. During start of service
MFA Notification Hub
, I could see following error in Eventviewer:Workaround
After trying to find the XML document referred (which, turns out, is saved somewhere in ADFS) and quite some research I could find a workaround:
Export current MFA configuration
Change the setting
WizardOptions
inc:\temp\3.1.xml
in:From:
to:
(BOTH need to be removed, otherwise same error repeats for
NoGooglSearch
)Import the changed configuration
After the change and restart of the NotificationHub, MFA was working again.
Note: Other PowerShell cmdlets were not working, as permissions could not be validated properly due to issues with the service itself.
Notes
Most likely related to:
My assumption is that the flag
NoAuthyAuthenticator
was changed toAuthyAuthenticator
:NoAuthyAuthenticator
in PowerShell cmdlet)Env: Using ADFS 2019 and adfsmfa 3.1.2207.0.