diff --git a/fern/pages/text-generation/connectors/connector-authentication.mdx b/fern/pages/text-generation/connectors/connector-authentication.mdx index 04003bf0a..fb2308ad8 100644 --- a/fern/pages/text-generation/connectors/connector-authentication.mdx +++ b/fern/pages/text-generation/connectors/connector-authentication.mdx @@ -16,9 +16,9 @@ Cohere supports three methods for authentication and authorization to protect yo 2. OAuth 2.0 3. Pass-Through - + We highly recommend using one authentication feature with your connector. - + The Chat API sends the request to your connector with the related auth token in the `Authorization` header. Your connector should therefore expect the header to contain this auth token, and it'll capture it, verify it, and use it in the appropriate manner to access the underlying data store.