I haven't tried the 2.6.2. Good to know that it is released, will do that soon.
I got the authorization bit to work - I used my own custom authorization service and handler which basically have the same code that the 2.6.1 authorization service and handler have but I made some changes for handling the "oob" scenario. Now onto the access token. Will let you know if there are any issues. I see that in the access token service authorization header, the oauth_token_secret is not present but the documentation says that the token secret is also used for calculating the signature. So I'll generate the signature using both the values, hope that should work. -- View this message in context: http://cxf.547215.n5.nabble.com/OAuth-1-0-in-Apache-CXF-tp5712720p5712855.html Sent from the cxf-user mailing list archive at Nabble.com.
