mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-21 13:33:44 +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
|
||||
|
||||
To register, the client sends an HTTP `POST` request to the
|
||||
`registration_endpoint`, which can be found in the server metadata. The body of
|
||||
the request is the JSON-encoded [`OAuthClientMetadata`](#client-metadata).
|
||||
`registration_endpoint`, which can be found in the [server metadata](#server-metadata-discovery).
|
||||
The body of the request is the JSON-encoded [`OAuthClientMetadata`](#client-metadata).
|
||||
|
||||
For example, the client could send the following registration request:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue