Authenticate Webhooks

UTurista August 24, 2015

Is there any way of authenticate the messages sent by JIRA (webhooks)? 

 

Quoting GitHub:

Once your server is configured to receive payloads, it’ll listen for any payload sent to the endpoint you configured.
For security reasons, you probably want to limit requests to those coming from GitHub. 
There are a few ways to go about this–for example, you could opt to whitelist requests from GitHub’s IP address–but a far easier method is to set up a secret token and validate the information.
...
When your secret token is set, GitHub uses it to create a hash signature with each payload. You can find details on the implementation in our Ruby implementation.

 

 

 

1 answer

1 accepted

0 votes
Answer accepted
Robert Massaioli _Atlassian_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 25, 2015

Atlassian Connect addons are passed a JWT token for authentication. So if you register your app as an Atlassian Connect addon then you can do auth on Webhooks in Cloud.

See here for the Atlassian Connect docs: http://developer.atlassian.com/static/connect/docs/guides/getting-started.html

Suggest an answer

Log in or Sign up to answer