Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When executed by RED's authentication process this mode produces a dialog which provides the ability to change all possible fields.
Image RemovedImage Added

ws_auth Snowflake-MFA

Auth Script Command = 

Code Block
languagepowershell
PowerShell -ExecutionPolicy bypass -f "c:\temp\ws_auth\ws_auth.ps1" -AuthType "Snowflake-MFA" -LogLevel "DEBUG"

When executed by RED's authentication process this mode produces a dialog which provides the ability to set a TOPT passcode and uses the Test ODBC functionality to establish an initial connection.

This mode should be used in conjunction with a connection string in your Snowflake connection set to: 

  • dsn=$DSN$;uid=$USER$;pwd=$PASSWORD$$AUTHTKN_1$;passcodeInPassword=on;

Image Added