-
we currently use a managed service account for the adfs service. 'AD\service-ADFS$'
trying again results in:
the adfs admin is part of the adfs security group, which is part of the local administrator group. we use msql for the adfs farm not WID. the mfa service was restarted when changing the adfs settings above. DC's are on Server 2022, ADFS is on Server 2022 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I also use a managed account, I have no worries. Anyway, the component requires nothing special, it's just a plugin. |
Beta Was this translation helpful? Give feedback.
-
Hi @mastertIT Testing again, I thought I had the same issue as you. However, I confirm that it works correctly. Or using standard ADFS commands like this Export-AdfsAuthenticationProviderConfigurationData -Name "MultifactorAuthenticationProvider" -FilePath c:\temp\mfa\3.1.xml
(Get-AdfsGlobalAuthenticationPolicy).AdditionalAuthenticationProvider
Set-AdfsGlobalAuthenticationPolicy -AdditionalAuthenticationProvider $null
UnRegister-AdfsAuthenticationProvider -Name "MultifactorAuthenticationProvider" -Confirm:$false Then you will be able to re-register the extension. Tested with ADFS 2022 and ADDS 2016 regards |
Beta Was this translation helpful? Give feedback.
-
Hi, @mastertIT Make sure the component is completely uninstalled from adfs (with instructions provided) NOT Registered. Reinstall the component regards |
Beta Was this translation helpful? Give feedback.
-
Hi, All We also have an ADFS 2022 version that works perfectly with a gMSA account.
Then your problem as for masterIT comes from your ADDS 2022 infrastructure.
I remind you that the "Local System" account acts as a machine (which is registered in your domain) and as such, this account can request information from ADDS (such as the SID of an account) For masterIT, it doesn't seem to have solved his problem for the system account, running the MFA service account with the same account as the ADFS (gMSA) service solved this problem. So, check your logs carefully, and especially if there is a problem starting the MFA Service, creating incorrect configuration files, find out where the problem comes from. regards |
Beta Was this translation helpful? Give feedback.
Hi, @mastertIT
Make sure the component is completely uninstalled from adfs (with instructions provided) NOT Registered.
Uninstall the binaries with the control panel.
Delete the MFA directory in \ProgramFiles
Reboot.
Reinstall the component
Register the Adapter
In case of problem, please, delete the system.db file in the \ProgramFile\MFA\Config directory.
If all this does not work, the problem is on your side.
regards