Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

OAuth Scopes missing in Sales Force

jayendraraju
New Contributor III
New Contributor III

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

2 REPLIES 2

khalidakhter
Saviynt Employee
Saviynt Employee

Hi @jayendraraju 

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.

jayendraraju
New Contributor III
New Contributor III

Thank you @khalidakhter