OIDC Dynamic Clients- Retrieve a dynamic client

When a client is registered, a registration_client_uri is returned in the payload. This endpoint can be used to perform the following actions:

We must authenticate as either the client, or the user who was authenticated at the time of client registration in order to view or delete the client. To view the client, issue an HTTP GET request and include the client_id parameter. For example:


Parent topic: OIDC Dynamic Clients