OAuth Authentication

As of version 4.1 we introduced multiple ways to connect to snowflake.

  1. We added a native snowflake connector. This does not need a separate driver to operate.

  2. It is no longer required to configure a ODBC DSN. Only the name of the ODBC driver is needed to connect trough odbc.

  3. We also support connecting through OAuth instead of username/password

Snowflake OAuth

To connect to snowflake trough OAuth, a custom client integrationarrow-up-right in snowflake is needed. The steps needed to set this up are explained in the management console on the add connection screen as shown below.

circle-info

To use the oauth functionality on Windows, please update the odbc driver to the latest version.

circle-info

An access token is valid for 10 minutes by default in snowflake. WriteBackExtreme will request a token every 8 minutes in the background.

circle-exclamation