Steven Durrenmath created CAMEL-18637:
-----------------------------------------
Summary: camel-http - support OAuth 2.0
Key: CAMEL-18637
URL: https://issues.apache.org/jira/browse/CAMEL-18637
Project: Camel
Issue Type: New Feature
Components: camel-http
Reporter: Steven Durrenmath
Implement OAuth 2.0 Resource Owner Password Credentials and Client Credentials
grants, as described in
[https://www.rfc-editor.org/rfc/rfc6749|https://www.rfc-editor.org/rfc/rfc6749#page-40]
New options to be added:
* oAuthTokenEndpoint
* oAuthClientId (used for client credentials grant)
* oAuthClientSecret (used for client credentials grant)
* oAuthUsername (used for resource owner password credentials)
* oAuthPassword (used for resource owner password credentials)
* oAuthScope
* oAuthGrantType: password, client_credentials
--
This message was sent by Atlassian Jira
(v8.20.10#820010)