AuthScheme
The scheme used for HTTP authentication. Accepted entries are NTLM, Basic, Digest, Negotiate and None.
Possible Values
None, Basic, Digest, NTLM, NegotiateData Type
string
Default Value
"None"
Remarks
The scheme used for HTTP authentication. Accepted entries are NTLM, Basic, Digest, Negotiate and None.
- NTLM: Set this to use your Windows credentials for authentication.
- Basic: Set this to use HTTP Basic authentication.
- Digest: Set this to use HTTP Digest authentication.
- 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.