Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Starting with Salesforce Spring ’26, the creation of new Connected Apps is restricted.
Salesforce now requires the use of External Client Apps (ECA) for new integrations.

The jtel system therefore supports authentication using the OAuth Client Credentials flow, which is the recommended authentication method for External Client Apps.

Existing integrations using Connected Apps may continue to function, but for new installations the External Client App configuration described below must be used.

Configuration

An External Client App must be configured in Salesforce.

...

SettingValueExplanation
Enable OAuthONOAuth is required for the integration.
Callback URL

https://login.salesforce.com/services/oauth2/token(Production or Developer)

https://test.salesforce.com/services/oauth2/token(Sandbox)

For authentication the jtel system uses the Salesforce OAuth token endpoint.
OAuth ScopesAccess and manage your data (api)The jtel system requires API access to the Salesforce instance.
Flow EnablementEnable Client Credentials FlowRequired for authentication using External Client Apps.
Client Credentials UserIntegration UserDefines the Salesforce user context used for API requests.

Consumer Key and Consumer Secret

After saving the External Client App configuration, the values

...

These values must be entered in the jtel Client Master Data configuration.

jtel Client Configuration

In the jtel portal the following parameters must be configured:

...