update-identity-provider
Modify an existing Keycloak identity provider using realm and alias, with fields to update configuration, enabled status, and login settings.
Instructions
Update an existing identity provider
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | Identity provider alias | |
| realm | Yes | Realm name | |
| config | No | Identity provider configuration | |
| enabled | No | Enabled status | |
| linkOnly | No | Link only | |
| providerId | No | Provider ID | |
| storeToken | No | Store token | |
| trustEmail | No | Trust email | |
| displayName | No | Display name | |
| addReadTokenRoleOnCreate | No | Add read token role on create | |
| firstBrokerLoginFlowAlias | No | First broker login flow alias |