On 17/02/13 21:28, matteo wrote:
I would like to integrate OAuth into Apache CXF 2.7 SOAP API endpoints. Is it
possible?

The question has been already asked in 2010
(http://cxf.547215.n5.nabble.com/CXF-and-OAuth-td566443.html) and the answer
was somehow "work in progress".

Two options were presented as possible future implementations:
1. HttpConduit redirection customization
2. Disable the redirection at the HttpConduit level and deal with it at the
CXF interceptor level

In case no off-the-shelf solution in cxf for SOAP OAuth is available, could
you please point me out a couple of examples how to deal with scenario 1 and
2 above? Or at least a hint where I could start implementing these
approaches?


As far as OAuth2 is concerned, it is indeed planned to have an oauth2-ws module which will treat WS-Security binary tokens as OAuth2 bearer access tokens, and later will also handle SAML Assertions as token grants. This will affect the server side only.

What exactly are your requirements ? And are you referring to OAuth1.0 or 2.0 ?

Thanks, Sergey

Thanks



-----
matteo
--
View this message in context: 
http://cxf.547215.n5.nabble.com/SOAP-OAuth-in-CXF-2-7-tp5723286.html
Sent from the cxf-user mailing list archive at Nabble.com.


--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com

Reply via email to