Property | Description |
|---|---|
Grant Type | OAuth 2.0 authentication method the client uses to request access tokens from an authorization server. You can select one of the following grant types:
|
Username | For Grant Types of Password, this is the Salesforce account user name. |
Password | For Grant Types of Password, this is the password for the Salesforce account. |
Organization URL | For Grant Types of Client Credentials, this is the base URL of the Salesforce organization to which the tool connects to access resources. The following examples show typical URLs:
https://api.salesforce.com https://test.salesforce.com https://yourcompany.my.salesforce.com |
Client ID | Identifier for the connected app in Salesforce, used for OAuth authentication. |
Client Secret | Secret key paired with the client ID to authenticate the connected app. The client secret is typically a long, random string of characters generated when registering the client app with the authorization server. |