Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | Specifies which authentication scheme the driver uses when it establishes the connection. |
| Server | Specifies the fully-qualified host name or IP address of the provider SQL endpoint. You must supply a value for the connection to succeed. |
| User | Specifies the authenticating user's user ID. |
| Password | Specifies the authenticating user's password. |
| Port | Specifies the TCP port that the provider uses when it connects to the provider SQL endpoint. |
| Database | Specifies the name of the Azure Synapse SQL database that the provider connects to at login. |
| Encrypt | Specifies whether the provider negotiates TLS/SSL encryption with the Azure Synapse endpoint and, if so, how strictly it enforces certificate validation. |