Page History
...
When executed by RED's authentication process this mode produces a dialog which provides the ability to change all possible fields.
ws_auth Snowflake-MFA
Auth Script Command =
| Code Block | ||
|---|---|---|
| ||
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;

