Skip to content

Commit f2baca6

Browse files
krukowCopilot
andcommitted
Fix BYOK limitations wording: static credentials, not key-based only
BYOK accepts both API keys and bearer tokens, so 'key-based only' was inaccurate. Reword to clarify BYOK uses static credentials you supply but doesn't natively perform identity provider flows. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f68cc8d commit f2baca6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/auth/byok.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ Some providers require bearer token authentication instead of API keys:
167167

168168
### Identity Limitations
169169

170-
BYOK authentication is **key-based only** — no native Entra ID, OIDC, or managed identity support. However, you can use `DefaultAzureCredential` to obtain a short-lived bearer token and pass it via `:bearer-token`. See the [Azure Managed Identity workaround](./azure-managed-identity.md) for details.
170+
BYOK authentication uses **static credentials that you supply** (API keys or bearer tokens); it does not natively perform Entra ID, OIDC, or managed identity flows. However, you can use `DefaultAzureCredential` to obtain a short-lived bearer token and pass it via `:bearer-token`. See the [Azure Managed Identity workaround](./azure-managed-identity.md) for details.
171171

172-
The following are NOT natively supported:
172+
The following identity flows are NOT natively supported (you must handle them yourself and pass the resulting credential to BYOK):
173173

174174
- ❌ Microsoft Entra ID (Azure AD) managed identities or service principals
175175
- ❌ Third-party identity providers (OIDC, SAML, etc.)
176176

177-
You must use an API key or bearer token that you manage yourself.
177+
You must provide and manage the API key or bearer token that BYOK uses.
178178

179179
### Feature Limitations
180180

0 commit comments

Comments
 (0)