summaryrefslogtreecommitdiff
path: root/docs/oauth2/oidc/endpoints.rst
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2020-04-22 16:11:47 +0200
committerGitHub <noreply@github.com>2020-04-22 16:11:47 +0200
commitaf5ac6d7da7aaad09ab5ffeb31a2972aaffe3e2f (patch)
treee7dc3844024d38021ba4edc4fb6dbb55a85d2e56 /docs/oauth2/oidc/endpoints.rst
parent75b9f4f7e4387e670a3fae925d5522ff3a01a746 (diff)
parent82544c2034987080ad6e11c3f1efe7378467c57b (diff)
downloadoauthlib-af5ac6d7da7aaad09ab5ffeb31a2972aaffe3e2f.tar.gz
Merge branch 'master' into doc-sponsor
Diffstat (limited to 'docs/oauth2/oidc/endpoints.rst')
-rw-r--r--docs/oauth2/oidc/endpoints.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/oauth2/oidc/endpoints.rst b/docs/oauth2/oidc/endpoints.rst
new file mode 100644
index 0000000..51cd1e9
--- /dev/null
+++ b/docs/oauth2/oidc/endpoints.rst
@@ -0,0 +1,21 @@
+OpenID Provider Endpoints
+=========================
+
+Endpoints in OpenID Connect Core adds a new UserInfo Endpoint. All
+existing OAuth2.0 endpoints are common to both protocols.
+
+.. toctree::
+ :maxdepth: 2
+
+ userinfo
+
+See also the related endpoints from OAuth2.0:
+
+.. hlist::
+ :columns: 1
+
+ * :doc:`Authorization endpoint </oauth2/endpoints/authorization>`
+ * :doc:`Introspect endpoint </oauth2/endpoints/introspect>`
+ * :doc:`Token endpoint </oauth2/endpoints/token>`
+ * :doc:`Revocation endpoint </oauth2/endpoints/revocation>`
+ * :doc:`Resource endpoint </oauth2/endpoints/resource>`