Re: Need help for Oauth2.0 API call

2017-07-28 Thread Claus Ibsen
There is no oauth support from Camel pov in those components afaik. If you have some kind of access token, then you can set the bearer token header manually via a HTTP header afair. But you may need to provide more details what you need / must do. On Thu, Jul 27, 2017 at 4:54 PM, Vanshul.Chawla

Need help for Oauth2.0 API call

2017-07-27 Thread Vanshul . Chawla
Hello, We are implementing an API call to external API which supports Oauth2.0. It's a https call . I got links saying Oauth2.0 is not supported. Is there any workaround for Oauth 2.0 in Camel http-4 or http component? Vanshul