summaryrefslogtreecommitdiff
path: root/docs/oauth2/oidc/endpoints.rst
blob: 51cd1e9a6cdd29801ea559ff381e8226588a157b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>`