cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Securing Webhook with authentication

Chan
Deputy Chef I
Deputy Chef I

Hi all,

Currently I am doing some research on securing webhook with authentication. My use case is pretty straightforward which is to handle HTTP Post Request from my application to Workato using webhook and if the authentication passed then proceed with the remaining workflow inside Workato recipe else skip calling the webhook. What I have in mind for the implementation is using default Workato trigger condition by comparing token  (passed in via Header Authorization) against lookup table as part of authentication process inside my Workto recipe. Is the implementation mentioned above sounds feasible or is there any better idea to achieve that?

Quick note: I am aware of the the official article for the custom connector from Workato site but since our use case is pretty simple hence we are hesitate to go for more complex solution.

 

 

 

1 REPLY 1

gary1
Star Chef I
Star Chef I

I've implemented similar setups before and can confirm this will work perfectly.