Skip to content

Commit 0771472

Browse files
Copilotfadidurah
andcommitted
Add reference to official Microsoft identity error codes documentation
Co-authored-by: fadidurah <[email protected]>
1 parent d85143d commit 0771472

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ When interacting with users across **any channel** (GitHub issues, web chat, age
188188
- **Common Issues Guide:** [`issue-responses/common-issues-guide.md`](issue-responses/common-issues-guide.md) - Comprehensive troubleshooting reference
189189
- **Communication Guidelines:** [`issue-responses/customer-communication-guidelines.md`](issue-responses/customer-communication-guidelines.md) - Response templates for all channels
190190
- **Automated Workflow:** [`workflows/copilot-issue-response.yml`](workflows/copilot-issue-response.yml) - Automatic issue triage and response
191+
- **Microsoft Identity Error Codes:** [Official Error Reference](https://learn.microsoft.com/en-us/entra/identity-platform/reference-error-codes) - Use as authoritative source for AADSTS error meanings
191192

192193
### Quick Issue Diagnosis
193194

.github/issue-responses/common-issues-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ Add the BrowserTabActivity to your AndroidManifest.xml:
118118

119119
**Common AADSTS Errors and Solutions:**
120120

121+
> **📖 Official Reference:** For complete error code definitions and guidance, see [Microsoft Identity Platform Error Codes](https://learn.microsoft.com/en-us/entra/identity-platform/reference-error-codes).
122+
121123
| Error Code | Description | Solution |
122124
|------------|-------------|----------|
123125
| AADSTS50011 | Redirect URI mismatch | Verify redirect URI matches Azure App Registration exactly (including encoding) |

0 commit comments

Comments
 (0)