-
Notifications
You must be signed in to change notification settings - Fork 832
docs: mention net9 limitation for MSAL WASM #20755
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
Conversation
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 updates the MSAL interop documentation to call out a known .NET 9 limitation for WebAssembly applications and provides two workarounds.
- Introduces COOP/COEP enforcement by .NET 9 that blocks pop-up authentication in WASM
- Documents two workaround approaches: using an Uno Server project or running via
dotnet serve
Comments suppressed due to low confidence (1)
doc/articles/interop/MSAL.md:69
- It may be helpful to note that
dotnet serverequires thedotnet-serveglobal tool (e.g., install viadotnet tool install --global dotnet-serve).
* Run the app via `dotnet serve` from the CLI. This approach will not allow for debugging.
|
|
|
CI failing for : "Unknown word (COEP)" What do we do in this case? How do we update the dictionary? I have a similar problem in one of my PRs |
@ajpinedam You need to add it to the cSpell.json file: dd18cd0 |
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-20755/docs/index.html |
Co-authored-by: Copilot <[email protected]>
|
@Mergifyio backport release/stable/6.0 |
✅ Backports have been createdDetails
|
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-20755/docs/index.html |
…6.0/pr-20755 docs: mention net9 limitation for MSAL WASM (backport #20755)
related unoplatform/uno.extensions#2692