oauth token error "error_description": "access_denied", "error": "server_error"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 03:32 AM
Hi All,
I'm trying to share oauth token to third party users and when i try to generate using postman I'm getting below error
is it because i don't added headers & no Auth,
Can anyone help addressing this issue
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 03:38 AM
check my blog on how to get the OAuth token, it has all the steps
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 09:54 AM - edited 07-09-2025 09:54 AM
Hi Ankur
I configured the OAuth by following the same blog you shared, step by step. However, I’m still getting this error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 03:15 AM
Hi Ankur, can you please help here I'm getting below error even if everything was configured correctly in the logs
=Exception on token flow - OAuthProblemException{error='invalid_request', description='Missing grant_type parameter value', uri='null', state='null', scope='null', redirectUri='null', responseStatus=0, parameters={}}: no thrown error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 03:26 AM
if you followed the blog then via Postman you should be able to get the token.
Did you check that API user is active and not locked out?
in your screenshot don't give that header for redirect
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader