Get a user federation provider
keycloak_federation_getFetch a user federation provider by component ID to inspect its configuration. Retrieve details like provider ID, name, and type from a Keycloak realm.
Instructions
Fetches a single user federation provider (such as LDAP or Kerberos) by its component id in the current realm. Read-only and idempotent; it does not modify any configuration. Use keycloak_federation_list first to obtain a valid id, then call this tool to inspect that specific provider. Returns a JSON object with the provider id, name, and providerId, or the text "Federation provider not found." when no provider matches the given id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Component id of the federation provider to fetch (a Keycloak component UUID, e.g. "f47ac10b-58cc-4372-a567-0e02b2c3d479"). Obtain it from keycloak_federation_list. Required. |