summaryrefslogtreecommitdiff
path: root/docs/oauth2/oidc/endpoints.rst
diff options
context:
space:
mode:
authorBraedon Vickers <braedon.vickers@gmail.com>2020-02-28 13:57:05 +0800
committerBraedon Vickers <braedon.vickers@gmail.com>2020-02-28 13:57:05 +0800
commita6001006dd19d6dfc7d68e6572b53fc271aae072 (patch)
treefc9e49b4f2fef8113d870e9337458ec56a6ee270 /docs/oauth2/oidc/endpoints.rst
parent89cf685d0299744fe3be6d7c0fa8429b945a4d67 (diff)
parentb71636e85f845b79b5a56de6480fcba9d1415720 (diff)
downloadoauthlib-a6001006dd19d6dfc7d68e6572b53fc271aae072.tar.gz
Merge remote-tracking branch 'upstream/master' into improve-validator-skeleton
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>`