Update OIDC App
updateOidcAppUpdate an OIDC application by modifying its client configuration or applying JSON Patch operations to metadata. Specify realm and application name to apply changes.
Instructions
Updates an OIDC application. You can update the client configuration, the application metadata, or both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | The realm | |
| name | Yes | The application name | |
| oauth2Client | No | Partial OIDC client configuration. Provide only the properties you want to change, nested under their configuration sections. Omit to skip this update. | |
| managedApplication | No | Application metadata patch. Omit to skip this update. |