DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
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
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:
{
}