Fix typos and add deployment note for redirect URIs#1953
Fix typos and add deployment note for redirect URIs#1953minvoker wants to merge 3 commits intoMicrosoftDocs:mainfrom
Conversation
|
@minvoker : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit cc7b763: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
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. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
This PR updates the Node.js/Express MSAL tutorial to reduce deployment misconfiguration and improve procedural readability.
Changes:
- Adds an IMPORTANT note reminding readers to update
REDIRECT_URIandPOST_LOGOUT_REDIRECT_URIwhen deploying. - Fixes a placeholder description typo/punctuation in the
.env.devsetup section. - Adjusts the formatting of the numbered steps in the sign-in setup section.
Co-authored-by: Copilot <[email protected]>
|
Learn Build status updates of commit 7338623: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit b1146cb: ✅ Validation status: passed
For more details, please refer to the build report. |
|
@cilwerner ready for review. All checks are passing. |
|
Invalid command: '#sign-off'. Only the assigned author of one or more file in this PR can sign off. @cilwerner |
|
@cilwerner Could you review this proposed update to your article and enter Thanks! |
Improves clarity and helps prevent common deployment misconfiguration issues.