OAuth2 Outbound REST Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2022 09:02 PM
OAuth2 Outbound REST implementation in Flow Designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2022 09:07 PM
Hi,
Can you elaburate your question? If you need assistance with OAuth2 REST Implementation in flow designer then you can use the OOB flow action which will be available as part of integration hub.
Hope this helps. Please mark the answer as correct/helpful based on impact.
Thank you
Harihara Sudhan M S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2022 09:18 PM
How can I automatically include the access token in a REST request header for a GET method to SAP? I am also getting a 401 error when I manually add an Authorization request header in the REST GET method with a Bearer + encrypted token as its value. I have already created an Application Registry and it seems to be working since I got a token in the manage token for OAuth.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2022 09:28 PM
Hi,
Can you confirm whether this REST call working on Postman or ServiceNow REST Message? It would be good to test before configuring on Flow designer
Thank you
Harihara Sudhan M S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2022 09:31 PM
yes. it's working in postman but i am having a hard time making it work in SN.