action keycloak_get_realm_authentication_client_authenticator_providers { label: "Get client authenticator providers Returns a list of client authenticator providers." provider: keycloak method: GET path: "/{realm}/authentication/client-authenticator-providers" encoding: json output: { type: "object" additionalProperties: true } }