Standardize on Entra ID, drop Azure AD references#1026
Merged
Conversation
Microsoft completed the Azure AD to Entra ID rebrand in 2023, so drop the outdated name and the "(Azure AD)" qualifier throughout the docs. Also renames the authentication guide's example tab/provider key from azure-ad to entra, and adds a word list entry to AGENTS.md and STYLE-GUIDE.md.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates ToolHive documentation to reflect Microsoft’s 2023 rebrand from Azure AD to Microsoft Entra ID, standardizing on “Microsoft Entra ID” for first use and “Entra ID” thereafter, and aligning example configuration keys with existing Entra conventions.
Changes:
- Replaced remaining “Azure AD” / “(Azure AD)” terminology across vMCP, Registry Server, and auth framework docs.
- Renamed the Registry Server authentication example tab/provider key from
azure-adtoentra. - Added Microsoft Entra ID to the word list / glossary guidance in
AGENTS.mdandSTYLE-GUIDE.md.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| STYLE-GUIDE.md | Adds a glossary entry defining “Microsoft Entra ID” and when “Azure AD” is acceptable (literal quoting only). |
| AGENTS.md | Adds “Microsoft Entra ID” to the canonical terminology word list for contributors/agents. |
| docs/toolhive/guides-vmcp/embedded-auth-server-vmcp.mdx | Updates identity-provider claim example text to use “Microsoft Entra ID.” |
| docs/toolhive/guides-registry/deploy-operator.mdx | Updates provider list text to “Microsoft Entra ID.” |
| docs/toolhive/guides-registry/authentication.mdx | Updates provider mention, tab label/value, and example provider name to entra. |
| docs/toolhive/concepts/auth-framework.mdx | Removes “(Azure AD)” parenthetical and standardizes provider naming in the IdP list. |
| docs/toolhive/_partials/_oidc-prerequisites.mdx | Updates the OIDC prerequisites IdP list to “Microsoft Entra ID.” |
| .claude/skills/weekly-product-updates/SKILL.md | Updates an example snippet’s IdP reference from Azure AD to Entra ID. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
jhrozek
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Microsoft completed the Azure AD to Entra ID rebrand back in 2023. This PR drops the remaining "Azure AD" references across the docs, some had no Entra ID pairing at all, others used a stale "Microsoft Entra ID (Azure AD)" parenthetical, and standardizes on "Microsoft Entra ID" on first use / "Entra ID" thereafter.
Changes:
azure-adtoentra, matching the naming convention already used in the Entra ID vMCP integration guideAGENTS.mdand the glossary inSTYLE-GUIDE.mdType of change
Related issues/PRs
None.
Screenshots
N/A, text and terminology changes only.
Submitter checklist
Content and formatting
Reviewer checklist
Content