Versions Compared

Key

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

...

Tip
1- The script path in these commands should reflect the path where you unpacked the ws_auth.zip file.
2- Ensure you also set an initial non-zero value for the Auth Expires After setting.
3- NOTE: You can not currently change a connection string via a Profile update,
therefore connection string is non-editable in these Auth UI's.

ws_auth Test-mode

Auth Script Command = 

Code Block
languagepowershell
titleAuth Script Command
PowerShell -ExecutionPolicy bypass -f "c:\temp\ws_auth\ws_auth.ps1" -AuthType "Test-mode" -LogLevel "DEBUG"

When executed by RED's authentication process this mode produces a dialog which provides the ability to change all fields except Auth Configuration JSON.


ws_auth Snowflake-MFA

...

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

...

ws_auth Snowflake-KeyPair

...

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

...