DataConnector | ComponentOne
ADO.NET provider for Salesforce / Authentication
In This Topic
    Authentication
    In This Topic

    Supported Authentication methods for Salesforce provider

    Salesforce supports OAuth 2.0 authentication for connecting to external applications or services. OAuth 2.0 is a robust and secure authentication framework that enables applications to gain authorized access to Salesforce resources without exposing user credentials. With OAuth 2.0 authentication, developers can authenticate and authorize access to Salesforce APIs using client credentials, ensuring the security and privacy of user data.

    To authenticate with Salesforce using OAuth 2.0, follow these steps:

    Connection properties used on each type of authentication

    OAuth2 Authentication

    1. Username: Specifies the Salesforce username for authentication.
    2. Password: Specifies the Salesforce password for authentication.
    3. SecurityToken: Specifies the security token associated with the Salesforce account.
    4. OAuthClientId: Specifies the OAuth client ID for authentication.
    5. OAuthClientSecret: Specifies the OAuth client secret for authentication.
    6. OAuthTokenEndpoint: Specifies the OAuth token endpoint for authentication.
    7. Url: Specifies the Salesforce service URL.