Microsoft.AspNetCore.Components.WebAssembly.Authentication 9.0.9

Prefix Reserved
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 9.0.9
                    
NuGet\Install-Package Microsoft.AspNetCore.Components.WebAssembly.Authentication -Version 9.0.9
                    
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="9.0.9" />
                    
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="9.0.9" />
                    
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 9.0.9
                    
#r "nuget: Microsoft.AspNetCore.Components.WebAssembly.Authentication, 9.0.9"
                    
#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@9.0.9
                    
#: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=9.0.9
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Components.WebAssembly.Authentication&version=9.0.9
                    
Install as a Cake Tool

Build client-side authentication for single-page applications (SPAs).

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/ff66c263be7ed395794bdaf616322977b8ec897c

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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 (142)

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/2db1f5ee2bdda2e8d873769325fabede32e420e0

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 (53)

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

Repository Stars
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.
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.
aliasvault/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
AzureAD/microsoft-identity-web
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
hamed-shirbandi/TaskoMask
Task management system based on .NET 8 with Microservices, DDD, CQRS, Event Sourcing and Testing Concepts
Element-Blazor/Element-Blazor
A Web UI Library based on Element and Blazor WebAssembly.
Version Downloads Last Updated
10.0.0-rc.1.25451.107 280 9/9/2025
10.0.0-preview.7.25380.108 1,716 8/12/2025
10.0.0-preview.6.25358.103 904 7/15/2025
10.0.0-preview.5.25277.114 958 6/6/2025
10.0.0-preview.4.25258.110 1,740 5/12/2025
10.0.0-preview.3.25172.1 797 4/10/2025
10.0.0-preview.2.25164.1 466 3/18/2025
10.0.0-preview.1.25120.3 525 2/25/2025
9.0.9 5,523 9/9/2025
9.0.8 99,240 8/5/2025
9.0.7 76,478 7/8/2025
9.0.6 117,789 6/10/2025
9.0.5 779,207 5/13/2025
9.0.4 489,157 4/8/2025
9.0.3 308,359 3/11/2025
9.0.2 343,856 2/11/2025
9.0.1 433,022 1/14/2025
9.0.0 1,333,687 11/12/2024
9.0.0-rc.2.24474.3 18,431 10/8/2024
9.0.0-rc.1.24452.1 22,298 9/10/2024
9.0.0-preview.7.24406.2 21,321 8/13/2024
9.0.0-preview.6.24328.4 28,167 7/9/2024
9.0.0-preview.5.24306.11 3,532 6/11/2024
9.0.0-preview.4.24267.6 691 5/21/2024
9.0.0-preview.3.24172.13 30,301 4/11/2024
9.0.0-preview.2.24128.4 1,009 3/12/2024
9.0.0-preview.1.24081.5 10,987 2/13/2024
8.0.20 2,146 9/9/2025
8.0.19 37,657 8/4/2025
8.0.18 34,516 7/8/2025
8.0.17 60,746 6/10/2025
8.0.16 69,918 5/13/2025
8.0.15 90,046 4/8/2025
8.0.14 118,246 3/11/2025
8.0.13 155,467 2/11/2025
8.0.12 190,929 1/14/2025
8.0.11 1,043,302 11/12/2024
8.0.10 1,038,280 10/8/2024
8.0.8 1,069,724 8/13/2024
8.0.7 943,963 7/9/2024
8.0.6 1,348,506 5/28/2024
8.0.5 333,106 5/14/2024
8.0.4 982,379 4/9/2024
8.0.3 913,516 3/12/2024
8.0.2 1,049,446 2/13/2024
8.0.1 616,138 1/9/2024
8.0.0 2,506,551 11/14/2023
8.0.0-rc.2.23480.2 101,011 10/10/2023
8.0.0-rc.1.23421.29 8,753 9/12/2023
8.0.0-preview.7.23375.9 34,894 8/8/2023
8.0.0-preview.6.23329.11 10,231 7/11/2023
8.0.0-preview.5.23302.2 2,538 6/13/2023
8.0.0-preview.4.23260.4 1,639 5/16/2023
8.0.0-preview.3.23177.8 2,006 4/11/2023
8.0.0-preview.2.23153.2 1,192 3/14/2023
8.0.0-preview.1.23112.2 772 2/21/2023
7.0.20 84,226 5/28/2024
7.0.19 11,315 5/14/2024
7.0.18 41,948 4/9/2024
7.0.17 22,020 3/12/2024
7.0.16 54,340 2/13/2024
7.0.15 56,761 1/9/2024
7.0.14 163,546 11/14/2023
7.0.13 96,925 10/24/2023
7.0.12 85,732 10/10/2023
7.0.11 114,857 9/12/2023
7.0.10 294,364 8/8/2023
7.0.9 187,731 7/11/2023
7.0.8 71,585 6/22/2023
7.0.7 79,929 6/13/2023
7.0.5 593,388 4/11/2023
7.0.4 191,767 3/14/2023
7.0.3 222,101 2/14/2023
7.0.2 220,706 1/10/2023
7.0.1 166,629 12/13/2022
7.0.0 1,863,182 11/7/2022
7.0.0-rc.2.22476.2 24,240 10/11/2022
7.0.0-rc.1.22427.2 53,841 9/14/2022
7.0.0-preview.7.22376.6 3,072 8/9/2022
7.0.0-preview.6.22330.3 2,150 7/12/2022
7.0.0-preview.5.22303.8 1,854 6/14/2022
7.0.0-preview.4.22251.1 93,485 5/10/2022
7.0.0-preview.3.22178.4 13,536 4/13/2022
7.0.0-preview.2.22153.2 824 3/14/2022
7.0.0-preview.1.22109.13 809 2/17/2022
6.0.36 15,745 11/12/2024
6.0.35 5,901 10/8/2024
6.0.33 50,781 8/13/2024
6.0.32 11,754 7/9/2024
6.0.31 14,636 5/28/2024
6.0.30 4,187 5/14/2024
6.0.29 43,157 4/9/2024
6.0.28 12,136 3/12/2024
6.0.27 36,013 2/13/2024
6.0.26 62,600 1/9/2024
6.0.25 131,020 11/14/2023
6.0.24 37,520 10/24/2023
6.0.23 36,471 10/10/2023
6.0.22 33,700 9/12/2023
6.0.21 41,648 8/8/2023
6.0.20 54,139 7/11/2023
6.0.19 25,742 6/22/2023
6.0.18 37,096 6/13/2023
6.0.16 110,621 4/11/2023
6.0.15 65,698 3/14/2023
6.0.14 93,486 2/14/2023
6.0.13 104,546 1/10/2023
6.0.12 111,408 12/13/2022
6.0.11 260,465 11/7/2022
6.0.10 247,302 10/11/2022
6.0.9 196,714 9/13/2022
6.0.8 278,066 8/9/2022
6.0.7 300,040 7/12/2022
6.0.6 239,463 6/14/2022
6.0.5 322,758 5/10/2022
6.0.4 292,139 4/11/2022
6.0.3 319,267 3/8/2022
6.0.2 233,138 2/8/2022
6.0.1 473,555 12/14/2021
6.0.0 2,382,165 11/8/2021
6.0.0-rc.2.21480.10 15,718 10/12/2021
6.0.0-rc.1.21452.15 16,059 9/14/2021
6.0.0-preview.7.21378.6 23,343 8/10/2021
6.0.0-preview.6.21355.2 3,550 7/14/2021
6.0.0-preview.5.21301.17 3,849 6/15/2021
6.0.0-preview.4.21253.5 3,190 5/24/2021
6.0.0-preview.3.21201.13 3,943 4/8/2021
6.0.0-preview.2.21154.6 1,327 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,549 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 83,759 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 9,691 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 18,678 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 29,797 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 27,190 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 45,889 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 93,453 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 108,187 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 178,256 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 133,122 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 152,648 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 97,182 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 128,460 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 136,739 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 108,933 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 108,189 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 102,369 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 272,245 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 11,376 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,517 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,116 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,089 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,117 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
3.2.1 500,036 7/14/2020 3.2.1 is deprecated because it is no longer maintained.
3.2.0 217,689 5/16/2020 3.2.0 is deprecated because it is no longer maintained.
3.2.0-rc1.20223.4 11,592 4/29/2020 3.2.0-rc1.20223.4 is deprecated because it is no longer maintained.
3.2.0-preview5.20216.8 4,890 4/22/2020 3.2.0-preview5.20216.8 is deprecated because it is no longer maintained.
3.2.0-preview4.20210.8 4,095 4/16/2020 3.2.0-preview4.20210.8 is deprecated because it is no longer maintained.
3.2.0-preview3.20168.3 7,960 3/26/2020 3.2.0-preview3.20168.3 is deprecated because it is no longer maintained.
3.2.0-preview2.20160.5 5,789 3/10/2020 3.2.0-preview2.20160.5 is deprecated because it is no longer maintained.