docs: Sync MSAL Node and Angular docs with v5 SDK changes#84
docs: Sync MSAL Node and Angular docs with v5 SDK changes#84Dickson-Mwendia wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
- Remove deprecated proxyUrl, customAgentOptions, skipAuthorityMetadataCache from Node config - Fix FAQ incorrectly claiming interactive flow is unsupported - Add strict matching documentation to MSAL Interceptor - Remove IE detection code and storeAuthStateInCookie from Angular docs - Add standalone component patterns to Angular redirects guide - Add handleRedirectObservable options documentation - Add customer intent metadata to all modified files - New: MSAL Node v3-to-v5 migration guide - New: Managed identity guide for MSAL Node - New: MSAL Angular v3-to-v4 upgrade guide - New: MSAL Angular v4-to-v5 upgrade guide - Update TOC.yml with new page entries Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 38773db:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| msal-javascript-conceptual/angular/v4-v5-upgrade-guide.md | View | Details | |
| msal-javascript-conceptual/angular/v3-v4-upgrade-guide.md | 💡Suggestion | View | Details |
| msal-javascript-conceptual/angular/configuration.md | ✅Succeeded | View | |
| msal-javascript-conceptual/angular/msal-interceptor.md | ✅Succeeded | View | |
| msal-javascript-conceptual/angular/redirects.md | ✅Succeeded | View | |
| msal-javascript-conceptual/node/configuration.md | ✅Succeeded | View | |
| msal-javascript-conceptual/node/faq.md | ✅Succeeded | View | |
| msal-javascript-conceptual/node/managed-identity.md | ✅Succeeded | View | |
| msal-javascript-conceptual/node/v5-migration.md | ✅Succeeded | View | |
| msal-javascript-conceptual/TOC.yml | ✅Succeeded | View |
msal-javascript-conceptual/angular/v4-v5-upgrade-guide.md
- Line 19, Column 16: [Warning: file-not-found - See documentation]
Invalid file link: '../browser/v4-migration.md'. - Line 0, Column 0: [Suggestion: filename-incomplete - See documentation]
The filename contains an incomplete word, misspelled word, acronym, or abbreviation that is disallowed.
msal-javascript-conceptual/angular/v3-v4-upgrade-guide.md
- Line 0, Column 0: [Suggestion: filename-incomplete - See documentation]
The filename contains an incomplete word, misspelled word, acronym, or abbreviation that is disallowed.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
Summary
This PR synchronizes the MSAL JavaScript Learn documentation with the latest v5 SDK changes for both MSAL Node and MSAL Angular. Changes were identified through an automated audit using the DocGuard skill pipeline (content comparison, API change detection, and freshness analysis).
Changes
MSAL Node
MSAL Angular
avigateToLoginRequestUrl; added v5 upgrade guide reference
Infrastructure
Audit Findings Addressed
Validation