AuthScheme
The scheme used for authentication. Accepted entries are NTLM, Basic, Digest, None, and Negotiate.
Possible Values
NTLM, Basic, Digest, None, NegotiateData Type
string
Default Value
"NTLM"
Remarks
Together with Password and User, this field is used to authenticate against the server. NTLM is the default option. Use the following options to select your authentication scheme:
- NTLM: Set this to use your Windows credentials to authenticate.
- Basic: Set this to use HTTP Basic authentication.
- Negotiate: If AuthScheme is set to Negotiate, the adapter will negotiate an authentication mechanism with the server. Set AuthScheme to Negotiate to use Kerberos authentication.
- Digest: Set this to use HTTP Digest authentication.