OAuth2 Outbound REST Flow Designer

eli_noble1
Tera Contributor

OAuth2 Outbound REST implementation in Flow Designer

6 REPLIES 6

Harihara Sudha1
Kilo Expert

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

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.

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

yes. it's working in postman but i am having a hard time making it work in SN.