AuthScheme
Specifies the type of authentication to use when connecting to Anaplan.
Possible Values
Basic, Certificate, OAuthData 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 Windows DSN Configuration.