Add TenantId configuration instruction to Azure AD B2C docs#36814
Merged
meaghanlewis merged 4 commits intomainfrom Mar 2, 2026
Merged
Add TenantId configuration instruction to Azure AD B2C docs#36814meaghanlewis merged 4 commits intomainfrom
meaghanlewis merged 4 commits intomainfrom
Conversation
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update B2C instructions to include TenantId clarification
Add TenantId configuration instruction to Azure AD B2C docs
Feb 27, 2026
Updated instructions for obtaining Tenant ID in Azure AD B2C.
meaghanlewis
approved these changes
Feb 27, 2026
wadepickett
reviewed
Mar 1, 2026
wadepickett
reviewed
Mar 1, 2026
wadepickett
reviewed
Mar 1, 2026
wadepickett
approved these changes
Mar 1, 2026
Contributor
wadepickett
left a comment
There was a problem hiding this comment.
Looks good! Approved. I did make some suggetion for a couple little thins like a typo here and there original to the doc.
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
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.
The
AzureADB2Cappsettings.jsonexample included aTenantIdfield but the accompanying instructions had no corresponding bullet explaining what value to use, leaving readers uncertain whether it duplicatesClientIdor requires a separate value.Changes
aspnetcore/security/authentication/azure-ad-b2c.md: Added aTenantIdbullet to the configuration instructions, directing users to the Tenant ID. Used instructions on where to find tenant ID from: https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-idBefore:
After (new bullet added):
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.
Internal previews