keycloak_get_identity_provider
Retrieve a Keycloak identity provider's full configuration by alias, including endpoints, trust settings, and sync mode, with client secret redacted.
Instructions
Get one identity provider's full config — endpoints, trust settings, sync mode. Its client secret is redacted.
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). |