TDV Adapter for Sage Business Cloud Accounting

Build 22.0.8462

ProxyAuthScheme

The authentication type to use to authenticate to the ProxyServer proxy.

Possible Values

BASIC, DIGEST, NONE, NEGOTIATE, NTLM, PROPRIETARY

Data Type

string

Default Value

"BASIC"

Remarks

This value specifies the authentication type to use to authenticate to the HTTP proxy specified by ProxyServer and ProxyPort.

Note that the adapter will use the system proxy settings by default, without further configuration needed; if you want to connect to another proxy, you will need to set ProxyAutoDetect to false, in addition to ProxyServer and ProxyPort. To authenticate, set ProxyAuthScheme and set ProxyUser and ProxyPassword, if needed.

The authentication type can be one of the following:

  • BASIC: The adapter performs HTTP BASIC authentication.
  • DIGEST: The adapter performs HTTP DIGEST authentication.
  • NEGOTIATE: The adapter retrieves an NTLM or Kerberos token based on the applicable protocol for authentication.
  • PROPRIETARY: The adapter does not generate an NTLM or Kerberos token. You must supply this token in the Authorization header of the HTTP request.

If you need to use another authentication type, such as SOCKS 5 authentication, see FirewallType.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462