create-client
Register a new client or application in a Keycloak realm. Specify realm and client ID, plus optional redirect URIs, public client flag, and enabled status.
Instructions
Register a new client/application in a realm
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Client name | |
| realm | Yes | Realm name | |
| enabled | No | Enabled status | |
| clientId | Yes | Client ID | |
| description | No | Client description | |
| publicClient | No | Public client | |
| redirectUris | No | Redirect URIs |