OAuth Client Credentials

To connect to Salesforce using the OAUTH CLIENT CREDENTIALS flow, CopyStorm can be configured with:

  1. The OAuth Client ID
  2. The OAuth Client Secret

OAuth Client Credentials can be enabled in Salesforce by following this tutorial.

OAuth Client Credential logins can be enabled in CopyStorm by navigating to the Advanced Parameters dialog on the Main tab:

After selecting the OAuth 2.0 Client Credentials login type, provide the credentials needed to authenticate with Salesforce:

OAuth Client Credentials Connection Parameters

Parameter Name Description
Client ID The unique identifier issued by Salesforce when you register a connected app. Required for all OAuth flows to identify the requesting application.
Client Secret A confidential key generated by Salesforce for your connected app. Used alongside the Client ID to authenticate the application during OAuth flows.