Feature: Entra authentication for Azure OpenAI provider

Resolved 💬 6 comments Opened May 20, 2025 by markwaddle Closed Aug 7, 2025

the simplest solution would be to use the DefaultAzureCredential() from the @azure/identity package.

this is needed by organizations whom only allow Entra authentication to their Azure OpenAI endpoints

suggestion:

  • if the API key env var is set, use API key auth
  • if the API key env var is unset, use Entra auth
  • add @azure/identity as an optional dependency

View original on GitHub ↗

This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗