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