Re: OAuth client and server demos

2010-09-22 Thread Łukasz Moreń
I've commited some time ago basic scopes handling. More info about that: Client request access token for a set of scopes, similarly like in oauth 2.0. OAuth 1.0 was missing that so I asses 'x_scope' parameter. These scopes are presented to the user with friendly description, so he knows what acces

Re: Inconsistent HTTP response code returned for WS-RM scenarios

2010-09-22 Thread Aki Yoshida
Hi, regarding this HTTP 202 problem for a piggybacked WS-RM ack response, I created the jira entry: CXF-3004 Inconsistent HTTP response code 202 returned for WS-RM piggybacked Ack response message regards, aki

OAuth module - what needs to be done

2010-09-22 Thread Łukasz Moreń
Hi all, There are still "few" things to do with OAuth module before it can be easy usable for users. >From what I see: - integration with java role based access control (@RolesAllowed, @Secured annotations). At least show how to configure that in demo. - simplified configuration i.e. by register