action telnyx_find_authentication_providers { label: "List all SSO authentication providers" description: "Returns a list of your SSO authentication providers." provider: telnyx method: GET path: "/authentication_providers" encoding: json output: { type: "object" additionalProperties: true } }