top of page

Two-Factor Authentication Error in Jet Reports



Have you ever come across this error and wondered when you activated the multi-factor authentication?




You also signed in via the authentication tab, you got the following error.




You’ve tried several things but a solution is not in sight. Don’t be distressed.

Two ways to solve the problem include;

  1. Upgrade the version of your Jet Reports to the latest version

  2. Run the following commands in an elevated PowerShell window

Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type Dword

NB: You might need to restart the machine after running the commands.

bottom of page