Update a Dynamic Client
PUT/api/oidc/:OIDCAppName/register/:clientID
Updates the metadata of a dynamically registered OAuth 2.0/OIDC client per RFC 7592. Requires the registration_access_token issued at registration time.
Request
Responses
- 200
- 400
- 401
- 403
OK: The client was successfully updated.
Status Bad Request: The client metadata is invalid or 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.