Docs uplift - #620
Open
MaddyMicrosoft wants to merge 3 commits into
Open
Conversation
…match Document the AADSTS700213 / AADSTS7002138 "no matching federated identity record" failures caused by case-sensitive subject matching and by portal- generated subjects that include GitHub owner/repository numeric IDs. Addresses #617. Also relevant to #573. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Explain in the client-id input section that the action registers the client-id as a secret (core.setSecret), why it is masked, and that tenant-id and subscription-id are not masked. Addresses #566. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Note in the Azure Stack Hub section that Azure CLI newer than 2.66.x no longer supports Azure Stack Hub, so environment: 'AzureStack' requires pinning Azure CLI to 2.66.x (LTS). Prevents the failure reported when using the example on a current runner. Addresses #534. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
requested a deployment
to
Automation test
August 21, 2026 06:52 — with
GitHub Actions
Waiting
MaddyMicrosoft
marked this pull request as ready for review
August 21, 2026 06:54
MaddyMicrosoft
requested review from
Yeming Liu (isra-fel),
Yash (notyashhh),
Teresa Ritorto (teresaritorto) and
xuming-ms
August 21, 2026 06:55
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.
Summary
Documentation-only uplift adding three README entries that resolve recurring support questions. No code or behavior changes.
Changes
1. Troubleshooting section for OIDC federated credential subject mismatch
Adds a new
## Troubleshootingsection (with TOC entry) covering theAADSTS700213/AADSTS7002138"no matching federated identity record" errors. Documents both common root causes, case-sensitive Subject matching, and portal-generated subjects that embed GitHub owner/repository numeric IDs, and the fix for each.2. Client-id masking note
Documents in the
client-idinput section that the action intentionally registersclient-idas a secret (viacore.setSecret) so it is masked in logs, and why. Notes thattenant-idandsubscription-idare not masked.3. Azure Stack Hub CLI version note (
Adds a note to the Azure Stack Hub section that Azure CLI newer than 2.66.x no longer supports Azure Stack Hub, so
environment: 'AzureStack'requires pinning Azure CLI to 2.66.x (LTS). Prevents the failure hit when using the existing example on a current runner.Related issues
#617
#566
#534
Notes
master): the masking behavior inLoginConfig.ts, and the Azure Stack CLI guidance matching Azure CLI's own notice.