Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/21/2023 01:07 AM
HI Champions
I'm setting up a connector for Salesforce, in the process of Registering the Connector in Salesforce I'm trying to add OAuth scopes
1) Access and Manage your data (API)
2) Perform requests on your behalf at any time (refresh_token, offline_acess)
The above two scopes are missing from Available OAuth scopes in Salesforce, please help me fix this.
Thanks
Jayendra
Solved! Go to Solution.
06/21/2023 04:30 AM
Seems like Salesforce has made a little modification in the scope names. You can add the below scopes to your app.
- Manage user data via APIs (api)
- Perform requests at any time (refresh_token,offline_access)
Meanwhile, I will work with the Doc team to get this updated in the Salesforce connector guide.
06/21/2023 11:57 PM
Thank you @khalidakhter