You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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)  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. 

Downloading CXF OAuth 1.0 module">Downloading CXF OAuth 1.0 module

Unknown macro: {TBD}

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:

{

}
  • No labels