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 scheme used for authentication. Accepted entries are Password, NTLM, Kerberos, AzurePassword, AzureAD, AzureMSI, AzureServicePrincipal, AzureServicePrincipalCert. |
Server | The name of the server running SQL Server. |
Port | The port of the MS SQL Server. |
Database | The name of the SQL Server database. |
User | The SQL Server user account used to authenticate. |
Password | The password used to authenticate the user. |
Domain | The name of the domain for a Windows (NTLM) security login. |
NTLMVersion | The NTLM version. |
Encrypt | This field sets whether SSL is enabled and whether the 'Strict' encryption type is used. |