keycloak_list_identity_provider_mappers
List identity provider mappers to see how external claims map to Keycloak users, roles, and groups. Specify the provider alias to retrieve its mapping rules.
Instructions
List an identity provider's mappers — the rules translating claims from the external IdP into Keycloak users, roles and groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | Identity provider alias — the unique key, e.g. `google` or `corp-saml`. | |
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). |