keycloak_list_protocol_mappers
List protocol mappers on a Keycloak client or client scope to inspect how token claims are configured, such as user attributes, group membership, or audiences.
Instructions
List the protocol mappers on a client or on a client scope. Mappers are what put claims into a token (a user attribute, group membership, an audience, a hardcoded value).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| scopeId | No | Client scope UUID. Pass this OR `clientUuid`. | |
| clientUuid | No | Client UUID. Pass this OR `scopeId`. |