ADO.NET Provider for Anaplan

Build 26.0.9655

AuthScheme

Specifies the type of authentication to use when connecting to Anaplan.

Possible Values

Basic, Certificate, OAuth

Data Type

string

Default Value

"OAuth"

Remarks

Use this property to select the authentication scheme when connecting to Anaplan. The following authentication schemes are supported:

  • Basic: Authenticates using a username and password. This method requires the fewest steps to set up.
  • Certificate: Authenticates using a certificate and private key. This adds an additional layer of security beyond basic authentication.
  • OAuth: Performs OAuth 2.0 code grant type authentication. This authentication scheme lets you authenticate without directly providing your credentials.

For more information on setting up a connection with any of these authentication schemes, see Establishing a Connection.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655