JWTString

Key Name Default Value Required

JWTString

None

Yes, if the authentication mechanism is JWT.

Description

The JSON Web Token used to access the server.

Note:

This option is only available when using JWT as the authentication mechanism.

Note:

When using unixODBC:

When the JWTString line length is longer than the maximum limit of 1000, add the following in your odbc.ini file:

In the ODBC section:

JWTString=(your JWT token)

In the DSN section:

  • FILEDSNPATH=(Full path of the odbc.ini file)
  • ConfigsFromFileDSN=JWTString
  • JWTString=(your JWT token)

If you have multiple DSN configured in your odbc.ini file and each of them require a different JWTString, you can add the JWTString to the ODBC section of a different ini file, and configure the FILEDSNPATH in your DSN to point to this inifile.