mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-02 17:54:09 +01:00
Add link to server metadata section
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
f7c1672959
commit
fbd327a414
|
|
@ -1605,8 +1605,8 @@ These are invalid redirect URIs:
|
||||||
##### Dynamic client registration flow
|
##### Dynamic client registration flow
|
||||||
|
|
||||||
To register, the client sends an HTTP `POST` request to the
|
To register, the client sends an HTTP `POST` request to the
|
||||||
`registration_endpoint`, which can be found in the server metadata. The body of
|
`registration_endpoint`, which can be found in the [server metadata](#server-metadata-discovery).
|
||||||
the request is the JSON-encoded [`OAuthClientMetadata`](#client-metadata).
|
The body of the request is the JSON-encoded [`OAuthClientMetadata`](#client-metadata).
|
||||||
|
|
||||||
For example, the client could send the following registration request:
|
For example, the client could send the following registration request:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue