Does Zoom AI Companion (MCP Client) support MCP Enterprise-Managed Authorization?

Hi all,

We’re integrating an MCP server with Zoom AI Companion (acting as the MCP Client) and want to confirm support for the Enterprise-Managed Authorization model from the MCP Authentication Specification — not the OAuth 2.1 + Dynamic Client Registration (DCR) flow.

Reference spec:

Intended architecture:

  • Zoom AI Companion → MCP Client
  • Okta → enterprise IdP and Authorization Server
  • Our MCP Server → trusts enterprise-issued tokens and validates them per the Enterprise-Managed Authorization spec
  • Authn/authz managed centrally by the enterprise — no per-user OAuth consent flows, no DCR

Questions:

  1. Does AI Companion support Enterprise-Managed Authorization as an MCP Client (trusting tokens minted by an external enterprise AS like Okta)?
  2. If so, where is the issuer/audience/trusted-AS configuration surfaced for an account admin?
  3. Are there constraints on token format (JWT vs. opaque), required claims, or resource indicators (RFC 8707) the client expects?

For context, Anthropic’s Claude recently added Enterprise-Managed Authorization support for MCP integrations, which aligns closely with what we’re targeting.

A Tier 2 support ticket (TS2362165) was closed as “configuration-related” and routed here, so confirming the supported model would unblock us.

Thanks!