[ResponseOps][Connectors] Support OAuth 2.0 authentication on the webhook connector. #216140
Labels
Feature:Actions/ConnectorTypes
Issues related to specific Connector Types on the Actions Framework
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
The webhook connector currently supports basic and SSL client authentication. We need to extend it to support OAuth 2.0 authentication. Because Kibana needs to automatically refresh the tokens without user interaction, we should support the Client Credentials grant type suitable for Machine-to-machine (M2M) authentication. We should implement the OAuth 2.0 authentication as defined in the OAuth 2.0 RFC 6749, section 4.4. We assume that external services comply with the RFC. This means that the schema of the request and of the response should comply with the RFC.
Users should be able to configure:
DoD
The text was updated successfully, but these errors were encountered: