Modifies an existing IdentityServer4 client configuration including secrets, scopes, redirect URIs, or token lifetimes.
id (guid, required) — Unique identifier of the client to update.model (IdentityServerClientUpdateCommandRequest, required) — Updated configuration including:
id (guid, required) — Client identifier (must match path parameter).clientName (string, optional) — Updated display name.clientSecrets (string[], optional) — Updated client secrets.allowedScopes (string[], optional) — Updated permitted scopes.redirectUris (string[], optional) — Updated redirect URIs.enabled (bool, optional) — Enable or disable client.IdentityServerClientUpdateCommandResponse indicating update success.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the client to update.
The updated client configuration details.
Returns success when the client is updated successfully.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification. Represents the response returned after updating an identity server client.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null