Get identity provider
keycloak_idp_getFetch details of a single identity provider by providing its alias. Use it to inspect provider configuration after listing available providers.
Instructions
Fetches a single identity provider by its alias from the target realm. Read-only and idempotent; it makes no changes. Use it to inspect one provider after finding its alias with keycloak_idp_list. Returns a JSON object with alias, providerId, enabled, and displayName, or the text "Identity provider not found." if no provider matches the alias.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | Unique alias identifying the identity provider within the realm, as shown by keycloak_idp_list (e.g. "google", "corporate-saml"). Required. |