Bearbeiten

Freigeben über


Troubleshooting guide for Salesforce Microsoft Graph connector

1. Bad state error while signing-in to create a connection

Salesforce bad state error message The PKCE option is checked in the application, causing the issue. To fix it, uncheck this option in the app registration in Salesforce.

Salesforce PKCE checkbox

2. OAuth app scope names have changed

The name of the selected OAuth scopes changed to the following names:

  • Access and manage your data (API) is now = Manage user data via APIs (api)

  • Perform requests on your behalf at any time (refresh_token, offline_access) is now = Perform requests at any time

3. Insufficient permissions

Review the setup of the configured user profile. The View Setup and Configuration must be checked and the API must be enabled for Org and Profile.

Salesforce view setup and configuration permission

To get more information on the types of errors, go to the error details page after selecting the connection. Select the error code to see more detailed errors. Also refer to Monitor your connections to learn more.