Skip to content

Commit eb817ca

Browse files
authored
[Blazor] MSAL updates (#43954)
* [Blazor] MSAL updates * Update MSAL * Replace history on navigation * Add logging * Leverage crypto.randomUUID * Fix support for requesting additional tokens interactively. * Prevent triming MsalProviderOptions. * Correct Linker descriptor * Further logging and logout cleanup
1 parent 0bb3d68 commit eb817ca

File tree

6 files changed

+248
-154
lines changed

6 files changed

+248
-154
lines changed

src/Components/Web.JS/dist/Release/blazor.server.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<linker>
2+
<assembly fullname="Microsoft.Authentication.WebAssembly.Msal">
3+
<type fullname="Microsoft.Authentication.WebAssembly.Msal.Models.MsalProviderOptions" preserve="all" />
4+
<type fullname="Microsoft.Authentication.WebAssembly.Msal.Models.MsalCacheOptions" preserve="all" />
5+
<type fullname="Microsoft.Authentication.WebAssembly.Msal.MsalAuthenticationOptions" preserve="all" />
6+
</assembly>
7+
</linker>

0 commit comments

Comments
 (0)