-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Supported Features
felipeelias edited this page May 20, 2012
·
13 revisions
Here's the feature list we support from OAuth 2 Spec:
- Authorization Code Flow: http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-4.1
- Access Token Scopes: http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-3.3
- Refresh token: http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-1.5
- Implicit grant: http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-4.2
- Resource Owner Password Credentials: http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-4.3
- Client Credentials: http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-4.4
- MAC token: http://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-00
- Extensibility: http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-8
- Extensions flow: http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-4.5