ServiceNow to Salesforce Integration – Permission Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I am currently working on integrating ServiceNow (PDI instance) with Salesforce. For this purpose, I created a Salesforce demo account.
While attempting to create a new external/custom application in the Salesforce App Manager, I encountered a permission-related issue. The system is prompting for additional permissions, and I am unable to proceed with creating the external custom application.
I have already tried using out-of-the-box (OOB) permissions, but they do not allow me to create the application.
At this point, I am looking for the correct role or permission set required to create an external custom application in Salesforce.
If anyone has experience with this or can guide me on the required permissions or best approach, please let me know.
Thanks in advance for your support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
If you are
1. Integrating Salesforce for SAM -> then refer:
Integrating with Salesforce CRM
Integrating with Salesforce CRM and Subscription Optimization
Minimize security risks and protect information by granting access only to the necessary user or API permissions.
Minimal user permissionsProcess Required user role in the Salesforce CRM application Authentication scopes
| Download subscriptions | User with the following permissions:
| Application with grant type Authorization code:
Application with grant type Client Credentials: manage your data (api) |
| Pull user activity | User with the following permissions:
| Application with grant type Authorization code:
Application with grant type Client Credentials: manage your data (api) |
| Reclaim subscription | User with Admin permissions | Application with grant type Authorization code:
Application with grant type Client Credentials: manage your data (api) |
| Download consumption | User with the following permissions:
| Application with grant type Authorization code:
Application with grant type Client Credentials: manage your data (api) |
2. Using the IntegrationHub Salesforce spoke
3. Using rest Api then follow: Learn to Integrate ServiceNow with Salesforce using REST API and OAuth 2.0
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
When trying to connect to Salesforce using OAuth, the connection is failing with the following error:
error=invalid_request error_description=missing required code challenge
On the ServiceNow side, I created an Application Registry for third-party OAuth and configured the Client ID and Client Secret. I also added the required OAuth Entity Scopes and used them in the REST message.
However, when attempting to retrieve the OAuth token, I encounter the above error.
Could you please confirm if anything is missing or incorrectly configured on the ServiceNow side?