Application Registry for transfer data from ServiceNow to external tool.

Aryan
Tera Contributor

Hi All,

 

I have no experience on how application registry is working......Our requirement is that the external tool want to fetch the timeworked data from ServiceNow and store it to their tool.

 

I have created a "Create an OAuth API endpoint for external clients"  and i have provided the client id and client secrete to the client. Can anyone help me what is the next step??

 

1. What will be the redirect URL?

2. Do i need to create a integration user?

3. How external system login in ServiceNow and fetch data?

4. What do i need from client side?

 

This is the urgent request if anyone have any idea please help!!!

24 REPLIES 24

AbinC
Tera Guru

HI @Aryan ,

 

PLease do follow the below playlist which answers your questions 

https://youtu.be/PC-h8U3Wuso?si=AyNJc2oswQCJZiL2

 

 

Kindly mark my answer as helpful and please do  accept this  solution as i beleive it helped you .

 

Regards,

 

 

Abin chacko

Aryan
Tera Contributor

Hi @AbinC ,

 

I am reviewing this...thank you

Ankur Bawiskar
Tera Patron
Tera Patron

@Aryan 

I have a blog created 5 years ago how you can set up OAuth and how external systems can consume the token

check that and it has all the steps, screenshots etc

OAuth 2.0 with Inbound REST 

Once authentication is done you can use either OOTB Table API or Scripted REST API and they can consume that endpoint with the access token and you can give them the response they want in JSON format.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar ,

 

Thank you.....I will review this.