Microsoft.Authentication.WebAssembly.Msal 10.0.0-preview.6.25321.102

Prefix Reserved
This is a prerelease version of Microsoft.Authentication.WebAssembly.Msal.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Authentication.WebAssembly.Msal --version 10.0.0-preview.6.25321.102
                    
NuGet\Install-Package Microsoft.Authentication.WebAssembly.Msal -Version 10.0.0-preview.6.25321.102
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" Version="10.0.0-preview.6.25321.102" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Authentication.WebAssembly.Msal" Version="10.0.0-preview.6.25321.102" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Authentication.WebAssembly.Msal" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Authentication.WebAssembly.Msal --version 10.0.0-preview.6.25321.102
                    
#r "nuget: Microsoft.Authentication.WebAssembly.Msal, 10.0.0-preview.6.25321.102"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Authentication.WebAssembly.Msal@10.0.0-preview.6.25321.102
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Authentication.WebAssembly.Msal&version=10.0.0-preview.6.25321.102&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Authentication.WebAssembly.Msal&version=10.0.0-preview.6.25321.102&prerelease
                    
Install as a Cake Tool

About

Microsoft.Authentication.WebAssembly.Msal provides client-side authentication using Microsoft Authentication Library (MSAL) for Blazor apps running under WebAssembly.

How to Use

To use Microsoft.Authentication.WebAssembly.Msal, follow these steps:

Installation

dotnet add package Microsoft.Authentication.WebAssembly.Msal

Usage

For usage examples and documentation, refer to the offical documentation on Blazor WebAssembly security and identity.

Feedback & Contributing

Microsoft.Authentication.WebAssembly.Msal is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (9)

Showing the top 9 popular GitHub repositories that depend on Microsoft.Authentication.WebAssembly.Msal:

Repository Stars
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
AzureAD/microsoft-identity-web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
fullstackhero/blazor-wasm-boilerplate
Clean Architecture Boilerplate Template for .NET 6.0 Blazor WebAssembly built for FSH WebAPI with the goodness of MudBlazor Components.
ThomasBleijendaal/RapidCMS
RapidCMS is a Blazor framework which allows you to build a responsive and flexible CMS purely from code. It provides a basic set of editors and controls, and is fully customisable.
pnp/pnpcore
The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
chunliu/AzureDesignStudio
A web app that helps you create the architecture design diagram for your Azure solutions and automatically generate IaC code from it.
IEvangelist/signalr-chat
A chat app built with Blazor WebAssembly, hosted on ASP.NET Core, with the latest C# and SignalR -- need I say more?
IEvangelist/learning-blazor
The application for the "Learning Blazor: Build Single Page Apps with WebAssembly and C#" O'Reilly Media book by David Pine.