- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 02:22 PM
Hello,
Has anyone seen this error message when doing the authorize for email access that at the last step of the SSO Sign in it gives an error saying " This page you are looking for could not be found"
The redirect URL that we have set up in the oauth 2.0 application registry is https://TEST.service-now.com/oauth2/client/callback
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 03:33 PM
Hi, I may have misunderstood? but the doc's seem to indicate that the redirect URL should be appended by '/oauth_redirect.do'
Create an endpoint for clients to access the instance (servicenow.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 03:33 PM
Hi, I may have misunderstood? but the doc's seem to indicate that the redirect URL should be appended by '/oauth_redirect.do'
Create an endpoint for clients to access the instance (servicenow.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 06:49 AM
Hi Tony,
Thanks for the follow up, that was the issue changed the end to oauth_redirect.do and it worked.