Configuring JWT Authentication on a Non-Windows Machine

You can configure the connector to use the JSON Web Token (JWT) protocol to authenticate the connection. You can set the connection properties in a connection string or in a DSN (in the odbc.ini file). Settings in the connection string take precedence over settings in the DSN.

To configure JWT authentication on a non-Windows machine:

  1. Set the AuthenticationType property to JWT Authentication.
  2. Set the UID property to an appropriate user name for accessing the data store.
  3. Set the AccessToken property to the access token corresponding to the user name that you specified above.
  4. Configure the SSL settings as described in Configuring SSL Verification on a Non-Windows Machine.

You can now use the connector to authenticate through JWT and connect to your Starburst Enterprise server.