keycloak_get_client_scope
Retrieve a Keycloak client scope's details and its protocol mappers by scope UUID. Use this to inspect a specific scope's configuration for a given realm.
Instructions
Get one client scope with its protocol mappers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| scopeId | Yes | Client scope UUID. |