AuthScheme
Specifies the authentication scheme the provider uses to connect. Set this to one of the following values: NTLM, Basic, Digest, Forms, Negotiate, ADFS, or None.
Possible Values
NTLM, Basic, Digest, Forms, None, Negotiate, ADFSデータ型
string
デフォルト値
"NTLM"
解説
Used with User and Password to authenticate against the server.
Use one of the following options:
- NTLM: Uses your Windows credentials to authenticate.
- Basic: Uses HTTP Basic authentication.
- Digest: Uses HTTP Digest authentication.
- Forms: Uses Forms authentication.
- Negotiate: The connector negotiates the authentication mechanism with the server. Use this to enable Kerberos authentication.
- ADFS: Uses Single Sign-On authentication with Active Directory Federation Services (ADFS).
- None: Uses anonymous authentication.