- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
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,
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday - last edited Sunday
@AnthonyMull - please clarify blow
Data/requests coming INTO ServiceNow FROM external systems correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Yes inbound requests,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday - last edited Sunday
Go to https://developer.servicenow.com/dev.do#!/manage-instance
Activate Plugin 'ServiceNow IntegrationHub Enterprise Pack Installer'
Once the plugin is activated, you should see trigger 'REST API Asynchronous'. This trigger is very useful for inbound integrations
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday
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