mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-07 12:14:10 +01:00
Fix typos
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
693e9f73c0
commit
468ddf9d15
|
|
@ -25,9 +25,9 @@ paths:
|
||||||
endpoint URLs and the supported parameters that can be used by the
|
endpoint URLs and the supported parameters that can be used by the
|
||||||
clients.
|
clients.
|
||||||
|
|
||||||
The definition of this endpoint includes only the fields that are
|
This endpoint definition includes only the fields that are meaningful in
|
||||||
meaningful in the context of the Matrix specification. The full list of
|
the context of the Matrix specification. The full list of possible
|
||||||
possible fields is available in the [OAuth Authorization Server Metadata
|
fields is available in the [OAuth Authorization Server Metadata
|
||||||
registry](https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#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
|
and normative definitions of them are available in their respective
|
||||||
RFCs.
|
RFCs.
|
||||||
|
|
@ -121,7 +121,7 @@ paths:
|
||||||
List of OAuth 2.0 Proof Key for Code Exchange (PKCE) code challenge methods
|
List of OAuth 2.0 Proof Key for Code Exchange (PKCE) code challenge methods
|
||||||
that the server supports at the authorization endpoint.
|
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.
|
the authorization code grant.
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue