From 411c31f69306bbc407ac7abd1d965c88c66c3ebc Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:23:57 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Hugh Nimmo-Smith --- content/client-server-api/_index.md | 2 +- data/schemas/oauth2-client-metadata.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index cff0db78..8cf8933c 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -2426,7 +2426,7 @@ device with a web browser. This grant requires the client to know the following [authorisation server metadata](#server-metadata-discovery): -- `device_authorisation_endpoint` +- `device_authorization_endpoint` To use this grant, homeservers and clients MUST: diff --git a/data/schemas/oauth2-client-metadata.yaml b/data/schemas/oauth2-client-metadata.yaml index e682fde1..c0eccfc1 100644 --- a/data/schemas/oauth2-client-metadata.yaml +++ b/data/schemas/oauth2-client-metadata.yaml @@ -111,7 +111,7 @@ properties: Array of the OAuth 2.0 grant types that the client may use. This MUST include: - - the `authorisation_code` value to use the authorisation code grant, + - the `authorization_code` value to use the authorisation code grant, - the `refresh_token` value to use the refresh token grant. The server MUST ignore values that it does not understand.