List user federation providers
keycloak_federation_listList all user federation providers configured in the current realm. Use to discover available providers and their identifiers for subsequent operations.
Instructions
Lists all user federation providers (such as LDAP or Kerberos) configured in the current realm. Read-only and idempotent; it does not modify any configuration. Use this to discover available providers and obtain their ids before calling keycloak_federation_get for details or keycloak_federation_sync to trigger a sync. Returns a JSON array where each entry contains the provider id, name, and providerId; an empty array means no providers are configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||