You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webhook security often involves signing various parts of the request with a symmetric signing algorithm such as HMAC-SHA256 and including the signature as a header. There's lots of variance about the format of the signature. Others employ asymmetric algorithms or some just use a plain shared secret aka API key.
In all those cases though, webhook security is a different scheme to the top level spec security. We need a way to configure webhook security clearly and support common signing schemes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Webhook security often involves signing various parts of the request with a symmetric signing algorithm such as HMAC-SHA256 and including the signature as a header. There's lots of variance about the format of the signature. Others employ asymmetric algorithms or some just use a plain shared secret aka API key.
In all those cases though, webhook security is a different scheme to the top level spec security. We need a way to configure webhook security clearly and support common signing schemes.
Related issues
Slack thread
All reactions