Difference between revisions of "CLARIN/OAuth2"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
== Documents == | == Documents == | ||
− | * [http://tools.ietf.org/html/draft-ietf-oauth-v2 draft-ietf-oauth-v2] [http://tools.ietf.org/html/draft-ietf-oauth-v2-bearer draft-ietf-oauth-v2-bearer] [http://tools.ietf.org/html/draft-ietf-oauth-assertions draft-ietf-oauth-assertions] [http://tools.ietf.org/html/draft-ietf-oauth-saml2-bearer draft-ietf-oauth-saml2-bearer] | + | * [http://tools.ietf.org/html/draft-ietf-oauth-v2 draft-ietf-oauth-v2] [http://tools.ietf.org/html/draft-ietf-oauth-v2-bearer draft-ietf-oauth-v2-bearer] [http://tools.ietf.org/html/draft-ietf-oauth-assertions draft-ietf-oauth-assertions] [http://tools.ietf.org/html/draft-ietf-oauth-saml2-bearer draft-ietf-oauth-saml2-bearer] | [http://tools.ietf.org/html/draft-zeltsan-oauth-use-cases draft-zeltsan-oauth-use-cases] |
+ | [http://tools.ietf.org/html/draft-campbell-oauth-saml draft-campbell-oauth-saml] [http://tools.ietf.org/html/draft-jones-oauth-jwt-bearer draft-jones-oauth-jwt-bearer] | ||
* [http://hueniverse.com/2010/05/introducing-oauth-2-0/ Introducing OAuth 2.0] | * [http://hueniverse.com/2010/05/introducing-oauth-2-0/ Introducing OAuth 2.0] | ||
* [http://www.independentid.com/2011/03/oauth-flows-extended.html OAuth flows] | * [http://www.independentid.com/2011/03/oauth-flows-extended.html OAuth flows] |
Revision as of 16:17, 8 November 2011
Documents
- draft-ietf-oauth-v2 draft-ietf-oauth-v2-bearer draft-ietf-oauth-assertions draft-ietf-oauth-saml2-bearer | draft-zeltsan-oauth-use-cases
draft-campbell-oauth-saml draft-jones-oauth-jwt-bearer
- Introducing OAuth 2.0
- OAuth flows
- The Current State of OAuth 2
- What is 2 legged OAuth? (and what not)
Software
AS=Authentication Server, RS=Resource Server
- PHP: oauth2-php (client draft 10, server draft 20; more at github and forks; setup and testing)
- PHP: OAuth2lib RS+AS+client only for SAML authorization code
- Ruby: rack-oauth2 RS+AS+client with bearer token support
- Ruby: rack-oauth2-provider AS for SAML extension token prototype
- Java: resthub-oauth2 client
- Java: Apache Amber RS+AS+client
- Python: python-auth2 client
- Perl: Net::OAuth2 client
- R: oauth