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.