I'm trying to figure out how to deal with resource owner login procedure in CXF OAuth2 implementation. In the docs (http://cxf.apache.org/docs/jax-rs-oauth2.html) it is stated that
/The client application asks the current user (the browser) to go to a new address provided by the Location header and the follow-up request to AuthorizationCodeGrantService will look like this: / /Note that the end user needs to authenticate./ Could you please explain how to deal with resource ownser login in order to provide the required header? What kind of cxf handler (if any) should be registered? Is it possible to serve a custom login form in case the AuthorizationCodeGrantService detects that the Authorization header is missing? Many thanks. matteo ----- matteo -- View this message in context: http://cxf.547215.n5.nabble.com/How-to-manage-resource-owner-login-in-CXF-tp5766808.html Sent from the cxf-user mailing list archive at Nabble.com.
