Skip to content

Commit f632f4a

Browse files
authored
Clarify link to OpenID Connect specification (#2605)
OpenID Connect and OpenID are different things. This seems to be talking about the former.
1 parent 29f23a5 commit f632f4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

api/client-server/openid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ paths:
6262
200:
6363
description: |-
6464
OpenID token information. This response is nearly compatible with the
65-
response documented in the `OpenID 1.0 Specification <http://openid.net/specs/openid-connect-core-1_0.html#TokenResponse>`_
65+
response documented in the `OpenID Connect 1.0 Specification <http://openid.net/specs/openid-connect-core-1_0.html#TokenResponse>`_
6666
with the only difference being the lack of an ``id_token``. Instead,
6767
the Matrix homeserver's name is provided.
6868
examples:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clarify link to OpenID Connect specification.

0 commit comments

Comments
 (0)