Skip to main content
This guide shows you how to configure authentication for connectors that call external services (MCP connectors only). You will learn about the three auth types and how to configure them at connector creation time.

Prerequisites

Auth types

The ConnectorAuth schema supports three authentication mechanisms:

Configuring auth on connector create

Bearer auth

OAuth2 auth

v1 migration

In v1, MCP connector authentication used an authorizationType field. In v2, this is replaced by ConnectorAuth.type: See the migration guide for the full v1-to-v2 mapping.

Next steps