From 468ddf9d1577abdd86ac4fa74812af038d8685eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 16 Jun 2025 10:23:36 +0200 Subject: [PATCH] Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- data/api/client-server/oauth_server_metadata.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/api/client-server/oauth_server_metadata.yaml b/data/api/client-server/oauth_server_metadata.yaml index 633c68ee..4cdb3aa6 100644 --- a/data/api/client-server/oauth_server_metadata.yaml +++ b/data/api/client-server/oauth_server_metadata.yaml @@ -25,9 +25,9 @@ paths: endpoint URLs and the supported parameters that can be used by the clients. - The definition of this endpoint includes only the fields that are - meaningful in the context of the Matrix specification. The full list of - possible fields is available in the [OAuth Authorization Server Metadata + This endpoint definition includes only the fields that are meaningful in + the context of the Matrix specification. The full list of possible + fields is available in the [OAuth Authorization Server Metadata registry](https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#authorization-server-metadata), and normative definitions of them are available in their respective RFCs. @@ -121,7 +121,7 @@ paths: List of OAuth 2.0 Proof Key for Code Exchange (PKCE) code challenge methods that the server supports at the authorization endpoint. - This array MUST contain at least the `s256` value, for improved security in + This array MUST contain at least the `S256` value, for improved security in the authorization code grant. items: type: string