- Notifications
You must be signed in to change notification settings - Fork746
Support Microsoft Entra (Bearer XXX) authentication for Azure model provider#4213
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Tip Currently, you can get around this limitation with the
Today, our Azure model provider supports We also want to support the other kind:
Proposed Solution When configuring the Azure model provider, the user can specify either (XOR):
The former is the current behavior. The latter sends We'll need to figure out how to test this internally.https://learn.microsoft.com/en-us/azure/ai-foundry/openai/how-to/managed-identity We should update the docs accordingly. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
I suspect that we'll want to use the Azure Rust sdk (https://docs.rs/azure_identity/latest/azure_identity/) so we can support all of Azure's methods of obtaining a bear token (similar to what we do for GCP) |
BetaWas this translation helpful?Give feedback.