- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2022 11:47 AM
Unable to connect from Postman to Servicenow (Personal dev) via OAUTH2.0 with grant as 'authorization code'.
Postman setup
On clicking 'Get New Access Token' I do get a serviceNow login screen to authenticate where I am able to provide credentials.
That takes me to next page for 'Allow' or 'deny' access.
On Allow
I am not sure where is the setting wrong.
Client ID and secret are correct.
Has anyone successfully setup the authorization code flow for ServiceNow ? Please advise.
Thanks
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2022 10:57 AM
Thanks for responding Sanjiv,
I just found out the issue, it was a typo in the Access Token URI.
Correct one :https://dev55284.service-now.com/oauth_token.do

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2022 10:40 AM
Do you have the right redirect URL set in ServiceNow?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2022 10:57 AM
Thanks for responding Sanjiv,
I just found out the issue, it was a typo in the Access Token URI.
Correct one :https://dev55284.service-now.com/oauth_token.do