Microsoft.AspNetCore.Components.WebAssembly.Authentication 10.0.0-preview.6.25358.103

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Components.WebAssembly.Authentication.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Components.WebAssembly.Authentication --version 10.0.0-preview.6.25358.103
                    
NuGet\Install-Package Microsoft.AspNetCore.Components.WebAssembly.Authentication -Version 10.0.0-preview.6.25358.103
                    
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.AspNetCore.Components.WebAssembly.Authentication" Version="10.0.0-preview.6.25358.103" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="10.0.0-preview.6.25358.103" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" />
                    
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.AspNetCore.Components.WebAssembly.Authentication --version 10.0.0-preview.6.25358.103
                    
#r "nuget: Microsoft.AspNetCore.Components.WebAssembly.Authentication, 10.0.0-preview.6.25358.103"
                    
#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.AspNetCore.Components.WebAssembly.Authentication@10.0.0-preview.6.25358.103
                    
#: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.AspNetCore.Components.WebAssembly.Authentication&version=10.0.0-preview.6.25358.103&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Components.WebAssembly.Authentication&version=10.0.0-preview.6.25358.103&prerelease
                    
Install as a Cake Tool

About

Microsoft.AspNetCore.Components.WebAssembly.Authentication provides client-side authentication for Blazor apps running under WebAssembly.

How to Use

To use Microsoft.AspNetCore.Components.WebAssembly.Authentication, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Components.WebAssembly.Authentication

Usage

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

Feedback & Contributing

Microsoft.AspNetCore.Components.WebAssembly.Authentication 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.

NuGet packages (139)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Components.WebAssembly.Authentication:

Package Downloads
bunit.web

bUnit.web is the web specific parts of bUnit, that enables you to easily test and verify the output of Blazor (web) component.

bunit

bUnit is a testing library for Blazor components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect the component under test, trigger event handlers, provide cascading values, and inject services. bUnit also includes a complete fake implementation of Blazor's authentication and authorization logic, navigation manager, and JSInterop.

Microsoft.Authentication.WebAssembly.Msal

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/30000d883e06c122311a66894579bc12329a09d4

Rystem.Api.Client.Authentication.BlazorWasm

Rystem.Api helps you to integrate Api Server and Automated Client for Aspect-Oriented programming.

Rystem.RepositoryFramework.Api.Client.Authentication.BlazorWasm

Rystem.RepositoryFramework allows you to use correctly concepts like repository pattern, CQRS and DDD. You have interfaces for your domains, auto-generated api, auto-generated HttpClient to simplify connection "api to front-end", a functionality for auto-population in memory of your models, a functionality to simulate exceptions and waiting time from external sources to improve your implementation/business test and load test.

GitHub repositories (66)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Components.WebAssembly.Authentication:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 9 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 20, React 19, Vue 3.5, BFF with YARP, NextJs 15, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ..
Nethereum/Nethereum
Ethereum .Net cross platform integration library
oqtane/oqtane.framework
Oqtane is an open-source developer productivity platform for building modern .NET applications that run on Web, Desktop and Mobile.
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
DuendeSoftware/products
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
dotnet-architecture/eShopOnDapr
A sample .NET distributed application based on eShopOnContainers, powered by Dapr.
WebVella/WebVella-ERP
Free and open-source pluggable ERP and CRM software based on ASP.NET Core 9, RazorPages and PostgreSQL . Targets Linux or Windows as host OS.
lanedirt/AliasVault
Privacy-first password manager with built-in email aliasing. Fully encrypted and self-hostable.
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
dotnet/aspire-samples
simpleidserver/SimpleIdServer
OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
SteveSandersonMS/CarChecker
A sample Blazor WebAssembly application that includes authentication, in-browser data storage, offline support, localization, responsive layouts, and more. For a video walkthrough, see this link:
AzureAD/microsoft-identity-web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
Version Downloads Last Updated
10.0.0-preview.7.25380.108 353 8/12/2025
10.0.0-preview.6.25358.103 695 7/15/2025
10.0.0-preview.5.25277.114 936 6/6/2025
10.0.0-preview.4.25258.110 1,593 5/12/2025
10.0.0-preview.3.25172.1 790 4/10/2025
10.0.0-preview.2.25164.1 461 3/18/2025
10.0.0-preview.1.25120.3 511 2/25/2025
9.0.8 34,648 8/5/2025
9.0.7 47,099 7/8/2025
9.0.6 97,806 6/10/2025
9.0.5 554,899 5/13/2025
9.0.4 471,300 4/8/2025
9.0.3 294,781 3/11/2025
9.0.2 329,026 2/11/2025
9.0.1 397,193 1/14/2025
9.0.0 1,292,036 11/12/2024
9.0.0-rc.2.24474.3 16,988 10/8/2024
9.0.0-rc.1.24452.1 20,827 9/10/2024
9.0.0-preview.7.24406.2 19,574 8/13/2024
9.0.0-preview.6.24328.4 26,416 7/9/2024
9.0.0-preview.5.24306.11 2,735 6/11/2024
9.0.0-preview.4.24267.6 677 5/21/2024
9.0.0-preview.3.24172.13 28,447 4/11/2024
9.0.0-preview.2.24128.4 1,000 3/12/2024
9.0.0-preview.1.24081.5 10,008 2/13/2024
8.0.19 12,017 8/4/2025
8.0.18 20,221 7/8/2025
8.0.17 45,602 6/10/2025
8.0.16 57,619 5/13/2025
8.0.15 80,732 4/8/2025
8.0.14 106,216 3/11/2025
8.0.13 140,758 2/11/2025
8.0.12 177,008 1/14/2025
8.0.11 924,355 11/12/2024
8.0.10 1,002,187 10/8/2024
8.0.8 1,042,115 8/13/2024
8.0.7 934,198 7/9/2024
8.0.6 1,336,093 5/28/2024
8.0.5 325,358 5/14/2024
8.0.4 966,337 4/9/2024
8.0.3 906,717 3/12/2024
8.0.2 1,034,645 2/13/2024
8.0.1 606,590 1/9/2024
8.0.0 2,487,201 11/14/2023
8.0.0-rc.2.23480.2 98,639 10/10/2023
8.0.0-rc.1.23421.29 8,749 9/12/2023
8.0.0-preview.7.23375.9 34,523 8/8/2023
8.0.0-preview.6.23329.11 10,219 7/11/2023
8.0.0-preview.5.23302.2 2,531 6/13/2023
8.0.0-preview.4.23260.4 1,630 5/16/2023
8.0.0-preview.3.23177.8 1,987 4/11/2023
8.0.0-preview.2.23153.2 1,180 3/14/2023
8.0.0-preview.1.23112.2 764 2/21/2023
7.0.20 80,940 5/28/2024
7.0.19 11,063 5/14/2024
7.0.18 41,259 4/9/2024
7.0.17 20,959 3/12/2024
7.0.16 53,755 2/13/2024
7.0.15 56,040 1/9/2024
7.0.14 162,869 11/14/2023
7.0.13 96,339 10/24/2023
7.0.12 85,368 10/10/2023
7.0.11 114,253 9/12/2023
7.0.10 293,113 8/8/2023
7.0.9 186,899 7/11/2023
7.0.8 71,243 6/22/2023
7.0.7 79,655 6/13/2023
7.0.5 592,198 4/11/2023
7.0.4 191,375 3/14/2023
7.0.3 220,870 2/14/2023
7.0.2 219,858 1/10/2023
7.0.1 166,065 12/13/2022
7.0.0 1,850,272 11/7/2022
7.0.0-rc.2.22476.2 24,158 10/11/2022
7.0.0-rc.1.22427.2 53,516 9/14/2022
7.0.0-preview.7.22376.6 3,062 8/9/2022
7.0.0-preview.6.22330.3 2,138 7/12/2022
7.0.0-preview.5.22303.8 1,845 6/14/2022
7.0.0-preview.4.22251.1 91,238 5/10/2022
7.0.0-preview.3.22178.4 13,467 4/13/2022
7.0.0-preview.2.22153.2 813 3/14/2022
7.0.0-preview.1.22109.13 802 2/17/2022
6.0.36 14,971 11/12/2024
6.0.35 5,788 10/8/2024
6.0.33 49,124 8/13/2024
6.0.32 11,699 7/9/2024
6.0.31 14,396 5/28/2024
6.0.30 4,178 5/14/2024
6.0.29 42,907 4/9/2024
6.0.28 12,075 3/12/2024
6.0.27 35,865 2/13/2024
6.0.26 61,495 1/9/2024
6.0.25 130,095 11/14/2023
6.0.24 37,507 10/24/2023
6.0.23 36,117 10/10/2023
6.0.22 33,459 9/12/2023
6.0.21 41,525 8/8/2023
6.0.20 53,064 7/11/2023
6.0.19 25,718 6/22/2023
6.0.18 37,064 6/13/2023
6.0.16 110,466 4/11/2023
6.0.15 65,590 3/14/2023
6.0.14 92,867 2/14/2023
6.0.13 104,084 1/10/2023
6.0.12 111,242 12/13/2022
6.0.11 260,145 11/7/2022
6.0.10 246,586 10/11/2022
6.0.9 196,062 9/13/2022
6.0.8 277,585 8/9/2022
6.0.7 299,526 7/12/2022
6.0.6 238,867 6/14/2022
6.0.5 321,939 5/10/2022
6.0.4 290,725 4/11/2022
6.0.3 318,193 3/8/2022
6.0.2 232,286 2/8/2022
6.0.1 472,827 12/14/2021
6.0.0 2,377,945 11/8/2021
6.0.0-rc.2.21480.10 15,710 10/12/2021
6.0.0-rc.1.21452.15 16,042 9/14/2021
6.0.0-preview.7.21378.6 23,332 8/10/2021
6.0.0-preview.6.21355.2 3,538 7/14/2021
6.0.0-preview.5.21301.17 3,833 6/15/2021
6.0.0-preview.4.21253.5 3,182 5/24/2021
6.0.0-preview.3.21201.13 3,934 4/8/2021
6.0.0-preview.2.21154.6 1,312 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 1,530 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 83,037 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 9,644 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 18,613 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 29,773 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 27,041 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 45,753 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 93,376 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 108,148 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 178,146 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 132,552 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 152,545 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 97,050 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 128,409 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 136,177 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 108,887 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 107,968 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 102,292 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 271,965 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 11,364 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 5,500 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 2,102 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 2,074 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 2,102 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
3.2.1 499,163 7/14/2020 3.2.1 is deprecated because it is no longer maintained.
3.2.0 216,495 5/16/2020 3.2.0 is deprecated because it is no longer maintained.
3.2.0-rc1.20223.4 11,563 4/29/2020 3.2.0-rc1.20223.4 is deprecated because it is no longer maintained.
3.2.0-preview5.20216.8 4,868 4/22/2020 3.2.0-preview5.20216.8 is deprecated because it is no longer maintained.
3.2.0-preview4.20210.8 4,082 4/16/2020 3.2.0-preview4.20210.8 is deprecated because it is no longer maintained.
3.2.0-preview3.20168.3 7,945 3/26/2020 3.2.0-preview3.20168.3 is deprecated because it is no longer maintained.
3.2.0-preview2.20160.5 5,766 3/10/2020 3.2.0-preview2.20160.5 is deprecated because it is no longer maintained.