Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/en/references/auth-providers/salesforce/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ This auth provider is used by:
production.
</Callout>

<Callout type="info">
**Salesforce Spring '26 Update:** Starting Spring '26, Salesforce is recommending [External Client Apps](https://help.salesforce.com/s/articleView?id=xcloud.external_client_apps.htm&type=5) instead of Connected Apps for new OAuth integrations. If you haven't created an app yet, use an External Client App - the OAuth configuration is identical and works the same way with Arcade. Existing Connected Apps will continue to work without any changes.
</Callout>

Salesforce has two types of apps: **Connected App** and **Lightning App**. For this guide, we'll create a **Connected App**. Make sure to follow the instructions below while you [create your Connected App](https://help.salesforce.com/s/articleView?id=xcloud.connected_app_create.htm&type=5).

When creating your app, make sure to:
Expand Down