Clarify link to OpenID Connect specification (#2605)

OpenID Connect and OpenID are different things. This seems to be talking about
the former.
pull/2611/head
Richard van der Hoff 4 years ago committed by GitHub
parent 29f23a5eda
commit f632f4a20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ paths:
200:
description: |-
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,
the Matrix homeserver's name is provided.
examples:

@ -0,0 +1 @@
Clarify link to OpenID Connect specification.
Loading…
Cancel
Save