mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
29edf154d8
* docs(azure-apim): reflect Settings tab + cascade-delete + audience-uniqueness Three updates after merging the per-user identity feature to production: 1. Dashboard navigation: Entra cards moved from the Overview tab to a conditional Settings tab (only visible for enterprise teamspaces or active trials). Update Part 4 and the troubleshooting section. 2. Cascade-delete: clicking Remove on the Microsoft Entra ID card now removes both the tenant configuration AND all provisioned users in a single step. Add a note so admins know not to use Remove for single-user revocation. 3. Audience uniqueness: each MCP API app (audience GUID) can be claimed by one teamspace at a time. Document the failure mode and how to resolve it, since hitting it from a fresh setup is easy. * docs(azure-apim): add Part 6 — smoke test the gateway from CLI Walks through pre-authorizing Azure CLI on the Gateway app's scope and running an `az account get-access-token` + curl against APIM end-to-end. Lets admins validate the full OBO flow before pointing real MCP clients at the gateway. Renumber the original "Connect an MCP client" to Part 7.