The CreatorCon Call for Content is officially open! Get started here.

Redirect URL OAuth 2.0

Geeky
Kilo Guru

Hi All,

What would be the Redirect URL in case ServiceNow is the OAuth provider?

https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/security/task/t_C...

find_real_file.png

Does it need to be requested from client end?

8 REPLIES 8

Akshata jamdar
Mega Guru

Hi Geeky,

 

You can refer below link,

https://www.oauth.com/oauth2-servers/redirect-uris/

 

Hope this will help you.

 

Regards,

Akshata

Omkar Mone
Mega Sage

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

But what could be the Authorization URL and Token URL from ServiceNow if its the OAuth provider?

Where will I find the URLs?

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