diff --git a/api/client-server/openid.yaml b/api/client-server/openid.yaml index 01fdf68f..98a2449e 100644 --- a/api/client-server/openid.yaml +++ b/api/client-server/openid.yaml @@ -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 `_ + response documented in the `OpenID Connect 1.0 Specification `_ with the only difference being the lack of an ``id_token``. Instead, the Matrix homeserver's name is provided. examples: diff --git a/changelogs/client_server/newsfragments/2605.clarification b/changelogs/client_server/newsfragments/2605.clarification new file mode 100644 index 00000000..e3d1fe98 --- /dev/null +++ b/changelogs/client_server/newsfragments/2605.clarification @@ -0,0 +1 @@ +Clarify link to OpenID Connect specification.