OAuth Access Issue in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 11:58 PM - edited 03-24-2024 11:59 PM
I'm currently working on outbound integration and encountering an issue where the OAuth token received in ServiceNow isn't authorizing access.
Strangely, when I obtain the token using Postman, access is authorized successfully. Has anyone else experienced this issue before?
Thanks in advance!
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 12:46 AM - edited 03-25-2024 12:46 AM
Hi @Sagar Pagar ,
Does the integration uses certificaition ? this can be one of the reason servicenow may not authorize your access.
check for firewall or access realted whitelisting.
if using proxy check for proxy settings.
check for the endpoints if they are configured properly with domain name not ip.
check on user role or permissions on granting side.
Can you name which application it is ?
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 04:01 AM - edited 03-25-2024 05:46 AM
The 3rd party OAuth provider is expecting additional parameter apart from what is defined in OAuth application registry. After providing additional parameters issue got resolved.
For reference - Issue with OAuth Access token generation/retrieval from 3rd party OAuth provider
Thanks,
Sagar Pagar