Add link to server metadata section

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2025-06-18 10:58:49 +02:00
parent f7c1672959
commit fbd327a414
No known key found for this signature in database
GPG key ID: F26F4BE20A08255B

View file

@ -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: