REST API - Asynchronous Authentication OAuth

AnthonyMull
Tera Contributor

Hi Community,

I am building a POC Inbound integration and I would like to use flow designer and action called REST API - Asynchronous.

Can you help me on how I can do this but require OAuth 2.0 for authentication?

Thanks

1 ACCEPTED SOLUTION

@AnthonyMull 

 

Glad to know it is working fine.

 

I hope you appreciate the efforts to provide you with detailed information. As per community guidelines, you can accept more than one answer as accepted solution. If my responses helped to answer your query, please mark it helpful & accept the solution.

 

You can refer below link for OAuth options with examples,

 

https://www.servicenow.com/community/itsm-forum/how-to-generate-access-token-from-the-oauth-token-ur...

 

Thanks,

Bhuvan

View solution in original post

12 REPLIES 12

Chavan AP
Kilo Sage

@AnthonyMull - please clarify blow 

 

Data/requests coming INTO ServiceNow FROM external systems correct?

 

 

Glad I could help! If this solved your issue, please mark it as Helpful and Accept as Solution so others can benefit too.*****Chavan A.P. | Technical Architect | Certified Professional*****

Yes inbound requests, 

Bhuvan
Kilo Patron

@AnthonyMull 

 

Go to https://developer.servicenow.com/dev.do#!/manage-instance

 

Activate Plugin 'ServiceNow IntegrationHub Enterprise Pack Installer'

Bhuvan_0-1757287226301.png

Once the plugin is activated, you should see trigger 'REST API Asynchronous'. This trigger is very useful for inbound integrations

Bhuvan_1-1757287329222.png

If you do not see the trigger after activating the plugin, clear the browser cache or execute gs.invalidateCache(); from scripts background and try it. You can also try to login from Incognito or InPrivate Window to check the flow trigger

 

I hope you appreciate the efforts to provide you with detailed information. If my response helped to guide you or answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

Hi @Bhuvan  

thank you I have the Actions available and I have it working with "Require Authentication" = False, I am looking for a worked example where "Require Authentication" = True, can you help with this please?

 

Kind regards