Support specifying webhook security scheme #4230
mfbx9da4
started this conversation in
Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Beta Was this translation helpful? Give feedback.
All reactions