This repository was archived by the owner on Sep 10, 2024. It is now read-only.
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Dynamic client registration response is not spec compliant #2848
Open
Description
The OpenID spec requires that the response includes all the client metadata.
From OpenID Connect Dynamic Client Registration 1.0 Section 3.2:
Upon successful registration, the Client Registration Endpoint returns the newly created Client Identifier and, if applicable, a Client Secret, along with all registered Metadata about this Client, including any fields provisioned by the Authorization Server itself.
Currently Matrix Authentication Service only returns client_id
and client_id_issued_at
Metadata
Metadata
Assignees
Labels
No labels