h1. CXF OAuth 1.0 extension

CXF OAuth 1.0 extension has been build during Google Summer of Code 2010 programme. It implements specification: [The OAuth 1.0 protocol (RFC 5849)|http://tools.ietf.org/html/rfc5849]  and allows CXF users to build OAuth server

and perform OAuth 1.0 authorization on their JAXRS services in a easy manner, by hiding complex OAuth flow. 

h3. {color:#003366}{*}Downloading CXF OAuth 1.0 module{*}{color}

{TBD}

h3. OAuth Server configuration

Basic OAuth flow, provides implementation for three OAuth authorization endpoints:
\- Temporary Credentials Endpoint
\- Authorization Endpoint
\- Token Credentials Endpoint
which are JAX-RS resources.
Configuration is exatcly this same as for every JAX-RS service:
{
}
CXF, provides implementation for three OAuth authorization endpoints:
* Temporary Credentials Endpoint
* Authorization Endpoint
* Token Credentials Endpoint

which are usual JAX-RS resources.

Configuration is exatcly this same as for every JAX-RS service:

{code}
{

}
{code}