You are here:
Create a Connected App
To enable Visual Studio Code based Modeler to integrate with Salesforce via APIs, create a connected app.
Required Editions
| Available in Lightning Experience in Enterprise and Unlimited Editions that have Consumer Goods Cloud enabled. |
| User Permissions Needed | |
|---|---|
| To create a connected app: | Admin |
Important Connected apps creation is restricted as of Spring ‘26. You can
continue to use existing connected apps during and after Spring ‘26. If you must continue
creating connected apps, contact Salesforce Support.
See New connected apps can no longer be created in Spring ‘26 for more details.
- From Setup, enter External Client Apps in the Quick Find box, and then select External Client App Settings.
- To create a connected app, select New Connected App.
- Enter a name.
- Enter the contact email ID and phone number.
- Select Enable OAuth Settings.
-
In Callback URL, enter
http://localhost:3000/fake/services/oauth/success. -
In Selected OAuth Scopes, select these options :
- Access the identity URL service (id, profile, email, address, phone)
- Manage user data via APIs (api)
- Perform requests at any time (refresh_token, offline_access)
- Deselect these options: Require Secret for Web Server Flow, Require Proof Key for Code Exchange (PKCE) Extension for Supported Authorization Flows, and Require Secret for Refresh Token Flow.
- To prevent repeated authentication popups when you launch the app, deselect Issue JSON Web Token (JWT)-based access tokens for named users, if selected.
- Save your changes.
Did this article solve your issue?
Let us know so we can improve!

