Get a Dynamic Client
GET/api/oidc/:OIDCAppName/register/:clientID
Retrieves the metadata of a dynamically registered OAuth 2.0/OIDC client per RFC 7592 (OAuth 2.0 Dynamic Client Registration Management Protocol). Requires the registration_access_token issued at registration time.
Request
Responses
- 200
- 400
- 401
- 403
OK: The request was successful.
Status Bad Request: The registration_access_token is missing.
Status Unauthorized: The registration_access_token is invalid or the client was not found.
Status Forbidden: Dynamic client registration is not enabled on this authorization server.