Redirect URL OAuth 2.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 09:34 PM
Hi All,
What would be the Redirect URL in case ServiceNow is the OAuth provider?
Does it need to be requested from client end?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 09:48 PM
Hi Geeky,
You can refer below link,
https://www.oauth.com/oauth2-servers/redirect-uris/
Hope this will help you.
Regards,
Akshata

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 09:49 PM
Hi
Basically that is the place where the server will first redirect to get the token and get access to the resource.
Authorization Server: the server that authenticates the Resource Owner, and issues Access Tokens after getting proper authorization.
Hope this helps.
Regards
Omkar Mone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 11:24 PM
But what could be the Authorization URL and Token URL from ServiceNow if its the OAuth provider?
Where will I find the URLs?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2020 11:32 PM
Redirect URL will be like this - https://your_servicenow_instance.service-new.com/oauth_redirect.do and to get the token it would be something like this - https://your_servicenow_instance.service-new.com/oauth_token.do
Hope this helps.
Regards
Omkar Mone