Progress. I set the sessionID in the HttpUrlConnection object for the /authorize/decision URL and it seems the server won't be generating any new session authenticity token now as the sessionID is the same.
Now the server is throwing an error saying "WARNING: No message body writer has been found for response class OOBAuthorizationResponse". I didn't find anything on this error on Google (for the OOBAuthorizationResponse class) - I'm assuming this means the server does not know how to format the OOBAuthorizationResponse bean into an XML or something similar. Is there a way I can provide that to the server through some configuration? -- View this message in context: http://cxf.547215.n5.nabble.com/OAuth-1-0-in-CXF-2-6-2-tp5713150p5713200.html Sent from the cxf-user mailing list archive at Nabble.com.
