From 2c0ce77a4e0c24fe30083b12227f53f11b2fb7df Mon Sep 17 00:00:00 2001 From: Ali BARIN Date: Tue, 12 Dec 2023 17:08:15 +0000 Subject: [PATCH] docs(salesforce): update connection steps --- packages/docs/pages/apps/salesforce/connection.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/docs/pages/apps/salesforce/connection.md b/packages/docs/pages/apps/salesforce/connection.md index b68f748b..c9e58233 100644 --- a/packages/docs/pages/apps/salesforce/connection.md +++ b/packages/docs/pages/apps/salesforce/connection.md @@ -12,7 +12,9 @@ connection in Automatisch. If any of the steps are outdated, please let us know! 1. Enter necessary information in the form. 1. Check **Enable OAuth Settings** checkbox. 1. Copy **OAuth Redirect URL** from Automatisch and paste it to the **Callback URL** field. -1. Add any scopes you plan to use in the **Selected OAuth Scopes** section. +1. Add any scopes you plan to use in the **Selected OAuth Scopes** section. We suggest `full` and `refresh_token, offline_access` scopes. +1. Uncheck "Require Proof Key for Code Exchange (PKCE) Extension for Supported Authorization Flows" checkbox. +1. Check "Enable Authorization Code and Credentials Flow" checkbox 1. Click on the **Save** button at the bottom of the page. 1. Acknowledge the information and click on the **Continue** button. 1. In the **API (Enable OAuth Settings)** section, click the **Manager Consumer Details** button.