AuthScheme
The scheme used for authentication. Accepted entries are None, Basic, and Negotiate (Kerberos). None is the default.
Possible Values
None, Basic, NegotiateData Type
string
Default Value
"None"
Remarks
This field is used to authenticate against the server. Use the following options to select your authentication scheme:
- None: No authentication is performed.
- Basic: Basic authentication is performed.
- Negotiate: If AuthScheme is set to Negotiate, the connector will Negotiate an authentication mechanism with the server. Set AuthScheme to Negotiate if you want to use Kerberos authentication.