create-client-scope
Create a client scope in a Keycloak realm to define and manage token scopes. Specify realm, name, protocol, and attributes to control token claims.
Instructions
Create a new client scope (CRITICAL for managing token scopes)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Client scope name | |
| realm | Yes | Realm name | |
| protocol | No | Protocol (e.g., openid-connect) | |
| attributes | No | Client scope attributes | |
| description | No | Client scope description |