add_client_optional_scope
Assign an optional client scope to a specific client in Keycloak by providing realm, client UUID, and client scope ID. Enables fine-grained control over client permissions.
Instructions
Add an optional client scope to a client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| client_uuid | Yes | Client UUID | |
| client_scope_id | Yes | Client scope ID |