Tableau Connector for Salesforce

Build 25.0.9434

AuthScheme

Specifies the authentication method to use when connecting to Salesforce.

Possible Values

Basic, OAuth, OAuthClient, OAuthPassword, OAuthJWT, OAuthPKCE, OneLogin, PingFederate, OKTA, ADFS, AzureAD

Data Type

string

Default Value

"OAuth"

Remarks

Salesforce supports multiple authentication methods. The correct value depends on the authentication flow your organization uses.

  • Basic: [DEPRECATED] Deprecated and unsupported in API versions above 64.0. We recommend switching to a supported authentication scheme. Set this to use Basic user / password authentication.
  • OAuth: Set this to perform OAuth with the code grant type.
  • OAuthClient: Set this to perform OAuth with the client grant type.
  • OAuthPassword: Set this to perform OAuth with the password grant type.
  • OAuthJWT: Set this to perform OAuth authentication with a JWT certificate. Requires the following additional connection properties. [OAuthJWTCert,/OAuthJWTCertType/OAuthJWTCertPassword/OAuthJWTCertSubject/OAuthJWTIssuer/OAuthJWTSubject]
  • OAuthPKCE: Set this to use Proof Key of Code Exchange(PKCE) extension of the standard OAuth2 flow. Either set your own PKCEVerifier or the driver will automatically generate one for you.
  • OneLogin: Set this to perform SSO authentication through OneLogin. All identity providers require the following common connection properties. [SSOLoginURL/SSOExchangeURL]
  • PingFederate: Set this to perform SSO authentication through PingFederate. All identity providers require the following common connection properties. [SSOLoginURL/SSOExchangeURL]
  • OKTA: Set this to perform SSO authentication through OKTA. All identity providers require the following common connection properties. [SSOLoginURL/SSOExchangeURL]
  • ADFS: Set this to perform SSO authentication through ADFS. All identity providers require the following common connection properties. [SSOLoginURL/SSOExchangeURL]
  • AzureAD: Set this to perform SSO authentication through AzureAD. Please see the connection property SSOProperties for more information.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434