mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-08-05 07:27:52 +02:00
Fix conflicting information on requirement of fragment response mode
This commit is contained in:
parent
d0ba2aaef8
commit
aa9439454b
|
|
@ -0,0 +1 @@
|
|||
Fixed conflicting information on whether clients using the authorisation code grant are required to use the `fragment` response mode.
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue