Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | The authentication scheme used. Accepted values are NoSasl, LDAP, Kerberos and JWTToken. |
| Server | The name of the server running SQL Server. |
| Port | The port for the connection to the Impala Server instance. |
| User | The username used to authenticate with Impala. |
| Password | The password used to authenticate with Impala. |
| ProtocolVersion | The Thrift protocol version to use when connecting to the Impala server. |
| Database | The name of the Impala database to use by default. |
| TransportMode | The transport mode to use to communicate with the Impala server. Accepted entries are BINARY and HTTP. |
| JWTToken | The JWT token to use for authentication. |