-
Notifications
You must be signed in to change notification settings - Fork 23
Supported Features
Nikita Bulai edited this page Nov 21, 2016
·
1 revision
Here's the feature list we support from OAuth 2 Spec:
- 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
- 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
- Token Revocation Flow : http://tools.ietf.org/html/rfc7009
In progress:
- Authorization Code Flow: http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-4.1
- Implicit grant: http://tools.ietf.org/html/draft-ietf-oauth-v2-22#section-4.2