Fix conflicting information on requirement of fragment response mode

This commit is contained in:
Tulir Asokan 2026-08-02 20:07:58 +03:00
parent d0ba2aaef8
commit aa9439454b
2 changed files with 4 additions and 3 deletions

View file

@ -0,0 +1 @@
Fixed conflicting information on whether clients using the authorisation code grant are required to use the `fragment` response mode.

View file

@ -2409,9 +2409,9 @@ To use this grant, homeservers and clients MUST:
- Support the [refresh token grant](#refresh-token-grant).
- Support PKCE using the `S256` code challenge method as per [RFC 7636](https://datatracker.ietf.org/doc/html/rfc7636).
- Use [pre-registered](#client-registration), strict redirect URIs.
- Use the `fragment` response mode as per [OAuth 2.0 Multiple Response Type
Encoding Practices](https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html)
for clients with an HTTPS redirect URI.
Clients with an HTTPS redirect URI SHOULD use the `fragment` response mode as per
[OAuth 2.0 Multiple Response Type Encoding Practices](https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html).
##### Device authorisation grant