[
https://issues.apache.org/jira/browse/CAMEL-18637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17651592#comment-17651592
]
Valeriy Ak commented on CAMEL-18637:
------------------------------------
BTW It could be done by custom HttpConfirurer for httpClient, here example with
sprinb boot oauth2 integration
https://github.com/Akvel/httpclient-with-spring-boot-oauth/blob/main/src/test/java/pro/akvel/test/oauth/OauthClientTest.java
> 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
> Priority: Major
>
> Implement OAuth 2.0 Client Credentials grant, as described in
> [https://www.rfc-editor.org/rfc/rfc6749]
> New options to be added:
> * oAuthTokenEndpoint
> * oAuthClientId
> * oAuthClientSecret
> * oAuthScope
> Other grants to implement (e.g. Resource Owner Password Credentials)?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)