Oauth 2.0 Client Callback page you are looking for could not be found

Aaron25
Tera Guru

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

 

 

sso error.png

 

 

 

 

1 ACCEPTED SOLUTION

Tony Chatfield1
Kilo Patron

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)

View solution in original post

2 REPLIES 2

Tony Chatfield1
Kilo Patron

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)

Hi Tony,

 

Thanks for the follow up, that was the issue changed the end to oauth_redirect.do and it worked.