Skip to content

Commit 100390a

Browse files
authored
Update byok.md (#1203)
1 parent ad0a9aa commit 100390a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

docs/auth/byok.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -475,16 +475,10 @@ When using BYOK, be aware of these limitations:
475475

476476
### Identity Limitations
477477

478-
BYOK authentication uses **static credentials only**. The following identity providers are NOT supported:
479-
480-
-**Microsoft Entra ID (Azure AD)** - No support for Entra managed identities or service principals
481-
-**Third-party identity providers** - No OIDC, SAML, or other federated identity
482-
-**Managed identities** - Azure Managed Identity is not supported
478+
BYOK authentication uses **static credentials only**.
483479

484480
You must use an API key or static bearer token that you manage yourself.
485481

486-
**Why not Entra ID?** While Entra ID does issue bearer tokens, these tokens are short-lived (typically 1 hour) and require automatic refresh via the Azure Identity SDK. The `bearerToken` option only accepts a static string—there is no callback mechanism for the SDK to request fresh tokens. For long-running workloads requiring Entra authentication, you would need to implement your own token refresh logic and create new sessions with updated tokens.
487-
488482
### Feature Limitations
489483

490484
Some Copilot features may behave differently with BYOK:

0 commit comments

Comments
 (0)