-
Couldn't load subscription status.
- Fork 2.7k
feat: Document user_cancelled error in errors.md #8047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
Added documentation for user_cancelled error in errors.md.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR documents the user_cancelled error in the MSAL browser errors documentation, specifically addressing cases where Content Security Policy (CSP) configurations cause authentication flows to fail. The change helps developers understand and resolve CSP-related issues that can manifest as user cancellation errors.
Key changes:
- Added documentation for the
user_cancellederror type - Provided CSP configuration guidance to resolve authentication flow issues
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
|
It is not stale |
|
Reminder: This PR appears to be stale. If this PR is still a work in progress please mark as draft. |
We recently had issues using MSAL which came down to CSP problems. This PR documents the fixes we made to get things working that may be helpful to others.