summaryrefslogtreecommitdiff
path: root/docs/feature_matrix.rst
diff options
context:
space:
mode:
authorJoel Stevenson <jstevenson@bepress.com>2016-08-18 15:29:01 -0700
committerJoel Stevenson <jstevenson@bepress.com>2016-08-18 15:29:01 -0700
commit447465547cc9a14350d024ed25b374614c475eec (patch)
treedb6a1aca50bb431f47412d7272c5aa6e627fcdd3 /docs/feature_matrix.rst
parent9a8f73d2dd088d5ea01313de2a1fe5a877994a79 (diff)
downloadoauthlib-447465547cc9a14350d024ed25b374614c475eec.tar.gz
Move the claims handling into OpenIDConnectBase._inflate_claims() and a new AuthCodeGrantDispatcher to route requests to either the default AuthorizationCodeGrant or OpenIDConnectAuthCode depending on scope when the request's response_type is a simple (ambiguous) 'code'.
Include basic docs about OpenID Connect auth flow support
Diffstat (limited to 'docs/feature_matrix.rst')
-rw-r--r--docs/feature_matrix.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_matrix.rst b/docs/feature_matrix.rst
index d1b3f43..0f9021d 100644
--- a/docs/feature_matrix.rst
+++ b/docs/feature_matrix.rst
@@ -17,6 +17,7 @@ OAuth 2 client and provider support for
- Bearer Tokens
- Draft MAC tokens
- Token Revocation
+- OpenID Connect Authentication
with support for SAML2 and JWT tokens, dynamic client registration and more to
come.