Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.1
-
None
-
Moderate
Description
CXF currently supports only the Bearer token type. This token type is not feasible for use without SSL.
OAuth2 specs out the 'mac' token type that requires request signing for authentication using the access token. The spec is described here:
http://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-01