Webhook Authentication
We offer two ways to provide authentication for outgoing webhooks.
The authentication in this case means that our systems as clients to your servers will use a client authentication of your choice.
Token authentication
You can configure any string that our systems will supply as a header in the Authentication
header. This typically is a Bearer
token or a similar HTTP-based authentication. You can do set the value in the Webhook configuration page of the developer portal.
TLS Client Certificate Authentication
For advanced use cases, our systems can authenticate using a client certificate.
However, this option has a certain overhead due to the need for a certificate signing process.
Last modified: 4 months ago