Authenticate your Blazor webassembly applications with Azure Active Directory and Azure Active Directory B2C This package was built from the source code at https://github.com/dotnet/dotnet/tree/87bc0b04e21d786669142109a5128c95618b75ed
$ dotnet add package Microsoft.Authentication.WebAssembly.MsalMicrosoft.Authentication.WebAssembly.Msal provides client-side authentication using Microsoft Authentication Library (MSAL) for Blazor apps running under WebAssembly.
To use Microsoft.Authentication.WebAssembly.Msal, follow these steps:
dotnet add package Microsoft.Authentication.WebAssembly.Msal
For usage examples and documentation, refer to the offical documentation on Blazor WebAssembly security and identity.
Microsoft.Authentication.WebAssembly.Msal is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.