Hi,
I'm getting the message "You need to configure a 2-factor authentication to get access to this data source". I am trying to access my data source from a docker container running PowerShell. Remote desktop manager is running on Linux and 2-factor is setup successfully. My local config is also mapped to my docker container.
Any suggestion on what the problem might be?
Kind regards,
Victor
Hello Victor,
What type of data source are you using and what type of authentication are you using? Could you also specify what type of 2FA you configured on your account?
Finally, could you provide us with your version of RDM, as well as the version of the RDM PowerShell module with Get-RDMInstance.
Best regards,
Richard Boisvert
The data source type is: SQLServer
The authentication type is: Authenticator (TOTP)
RemoteDesktopManager Version: 2022.3.2.1
RemoteDesktopMangager Powershell module: 2022.1.3.3
Kind regards,
Victor
Hello Victor,
Could you please update the RDM PS module, the older version you are using is most likely causing the issue. You will need to re-open PowerShell after.
Update-Module -Name RemoteDesktopManager #re-open Powershell for the new module to be loaded in memory
Best regards,
Richard Boisvert