Ok, I have a strange issue like a vicious circle now. I got through that authorize URL because I was not setting the 'Accept' header properly.
However, now if I make a call from the client as "MyAppName/services/authorize?oauth_token=...." and set everything in the Authorization header, then the server gives me an error that the oauth_token parameter was rejected (this comes from the net.oauth validator because it perhaps doesn't want the oauth_token in the signature generation for the authorize request), and if I remove the "oauth_token" parameter from the URL, then it goes through the OAuth message validation but then the authorization service itself says that it didn't find the token. -- View this message in context: http://cxf.547215.n5.nabble.com/OAuth-1-0-in-Apache-CXF-tp5712720p5712772.html Sent from the cxf-user mailing list archive at Nabble.com.
