Clarify link to OpenID Connect specification (#2605)

OpenID Connect and OpenID are different things. This seems to be talking about
the former.
This commit is contained in:
Richard van der Hoff 2020-06-04 17:36:40 +01:00 committed by GitHub
parent 29f23a5eda
commit f632f4a20f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -62,7 +62,7 @@ paths:
200: 200:
description: |- description: |-
OpenID token information. This response is nearly compatible with the OpenID token information. This response is nearly compatible with the
response documented in the `OpenID 1.0 Specification <http://openid.net/specs/openid-connect-core-1_0.html#TokenResponse>`_ response documented in the `OpenID Connect 1.0 Specification <http://openid.net/specs/openid-connect-core-1_0.html#TokenResponse>`_
with the only difference being the lack of an ``id_token``. Instead, with the only difference being the lack of an ``id_token``. Instead,
the Matrix homeserver's name is provided. the Matrix homeserver's name is provided.
examples: examples:

View file

@ -0,0 +1 @@
Clarify link to OpenID Connect specification.