From 57303bc94e60c6529af7245c18a5f13728106bfc Mon Sep 17 00:00:00 2001 From: Gnanaguru Sattanathan <32893938+avoguru@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:31:28 -0800 Subject: [PATCH] added notes on sfdc connection apps sunset --- app/en/references/auth-providers/salesforce/page.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/en/references/auth-providers/salesforce/page.mdx b/app/en/references/auth-providers/salesforce/page.mdx index 91cc28851..f6b679be2 100644 --- a/app/en/references/auth-providers/salesforce/page.mdx +++ b/app/en/references/auth-providers/salesforce/page.mdx @@ -28,6 +28,10 @@ This auth provider is used by: production. + + **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. + + 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: