List identity provider mappers
keycloak_idp_mappers_listLists all mappers configured on a Keycloak identity provider by its alias, returning a JSON array of mapper definitions.
Instructions
Lists the mappers configured on a single identity provider, identified by its alias. Mappers control how claims and attributes from the external provider are mapped into Keycloak users. Read-only and idempotent; it makes no changes. Use it after keycloak_idp_list or keycloak_idp_get to inspect a provider's mappers. Returns a JSON array of mapper definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | Unique alias of the identity provider whose mappers to list, as shown by keycloak_idp_list (e.g. "google", "corporate-saml"). Required. |