-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Blazor] MSAL updates #43954
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
[Blazor] MSAL updates #43954
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.
LGTM.
Nothing but nits.
src/Components/WebAssembly/Authentication.Msal/src/Interop/AuthenticationService.ts
Show resolved
Hide resolved
src/Components/WebAssembly/Authentication.Msal/src/Interop/AuthenticationService.ts
Show resolved
Hide resolved
src/Components/WebAssembly/Authentication.Msal/src/Interop/AuthenticationService.ts
Show resolved
Hide resolved
src/Components/WebAssembly/Authentication.Msal/src/Interop/AuthenticationService.ts
Show resolved
Hide resolved
src/Components/WebAssembly/Authentication.Msal/src/Interop/AuthenticationService.ts
Show resolved
Hide resolved
* Update MSAL * Replace history on navigation * Add logging * Leverage crypto.randomUUID * Fix support for requesting additional tokens interactively. * Prevent triming MsalProviderOptions.
797d8f9
to
ac2883b
Compare
/azp run aspnetcore-helix-matrix |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run aspnetcore-richnav |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
959df48
to
0ee2e19
Compare
0ee2e19
to
d1cf7f3
Compare
@Pilchie this should be good to go. The PR updates the underlying msal.js library as well as addresses the issues mentioned above and does some additional cleanups on the implementation. The issues are bundled together because this area requires manual validation, and it is complex to do so. I have done manual validation for AAD and AAD B2C and we also have CTI in place in case I missed anything. |
Approved for .NET 7 RC2. |
Addresses #43063, #39311, #29384