Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 14 Next »

Introduction

Eric Woods and Matthew Marum are implementing support for OAuth 2.0 in Apache Shindig.  This article provides an overview of the implementation, including high level design, supported flows, common how-tos, descriptions of classes, and future considerations.

The OAuth 2.0 specification is here: http://tools.ietf.org/html/draft-ietf-oauth-v2-20

Note that the implementation is still evolving, so consider this design document to be a draft.

High Level Design

Supported Flows

How-Tos

How to Register a Client

How to Add a Custom Grant Handler

How to Enable/Disable OAuth 2.0 Security

Description of Classes

Future Considerations

  • No labels