mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
6f0f8b7b63
* docs(enterprise): add Azure APIM deployment guide Step-by-step guide for deploying Context7 behind Azure API Management with Microsoft Entra ID per-user authentication via On-Behalf-Of (OBO) token exchange. Covers APIM provisioning, Entra app registrations, policy wiring, OAuth discovery surfaces, and connecting MCP clients (VS Code Copilot, Cursor) through the gateway. * docs(azure-apim): cover user pre-provisioning + fix variable typo - Restructure Part 4 into two steps: tenant config + pre-provisioning users via the new dashboard card. Calls out that Context7 rejects unmapped oids — there is no auto-provisioning. - Add troubleshooting entry for the unmapped-user 401 (most common failure once tenant config is correct). - Fix \$APIM_NAME → \$APIM typo in the OAuth proxy provisioning commands; the rest of the doc uses \$APIM so the OAuth proxy commands would have failed as written.