Microsoft.AspNetCore.Components.WebAssembly.Authentication 9.0.7

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

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

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/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183

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

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 19, 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
CMS & Application Framework for Blazor & .NET MAUI
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.
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.
lanedirt/AliasVault
Privacy-first password manager with built-in email aliasing. Fully encrypted and self-hostable.
dotnet/aspire-samples
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:
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
Version Downloads Last Updated
10.0.0-preview.6.25358.103 233 7/15/2025
10.0.0-preview.5.25277.114 888 6/6/2025
10.0.0-preview.4.25258.110 1,283 5/12/2025
10.0.0-preview.3.25172.1 777 4/10/2025
10.0.0-preview.2.25164.1 447 3/18/2025
10.0.0-preview.1.25120.3 496 2/25/2025
9.0.7 21,813 7/8/2025
9.0.6 84,691 6/10/2025
9.0.5 408,263 5/13/2025
9.0.4 459,158 4/8/2025
9.0.3 284,881 3/11/2025
9.0.2 319,591 2/11/2025
9.0.1 372,617 1/14/2025
9.0.0 1,262,619 11/12/2024
9.0.0-rc.2.24474.3 16,161 10/8/2024
9.0.0-rc.1.24452.1 19,763 9/10/2024
9.0.0-preview.7.24406.2 17,934 8/13/2024
9.0.0-preview.6.24328.4 25,423 7/9/2024
9.0.0-preview.5.24306.11 2,425 6/11/2024
9.0.0-preview.4.24267.6 666 5/21/2024
9.0.0-preview.3.24172.13 26,743 4/11/2024
9.0.0-preview.2.24128.4 992 3/12/2024
9.0.0-preview.1.24081.5 9,579 2/13/2024
8.0.18 6,628 7/8/2025
8.0.17 36,720 6/10/2025
8.0.16 50,409 5/13/2025
8.0.15 74,515 4/8/2025
8.0.14 99,126 3/11/2025
8.0.13 132,433 2/11/2025
8.0.12 166,939 1/14/2025
8.0.11 845,866 11/12/2024
8.0.10 978,521 10/8/2024
8.0.8 1,023,776 8/13/2024
8.0.7 925,512 7/9/2024
8.0.6 1,326,625 5/28/2024
8.0.5 320,927 5/14/2024
8.0.4 950,968 4/9/2024
8.0.3 901,710 3/12/2024
8.0.2 1,022,143 2/13/2024
8.0.1 599,583 1/9/2024
8.0.0 2,472,336 11/14/2023
8.0.0-rc.2.23480.2 97,111 10/10/2023
8.0.0-rc.1.23421.29 8,732 9/12/2023
8.0.0-preview.7.23375.9 34,323 8/8/2023
8.0.0-preview.6.23329.11 10,199 7/11/2023
8.0.0-preview.5.23302.2 2,513 6/13/2023
8.0.0-preview.4.23260.4 1,612 5/16/2023
8.0.0-preview.3.23177.8 1,966 4/11/2023
8.0.0-preview.2.23153.2 1,163 3/14/2023
8.0.0-preview.1.23112.2 748 2/21/2023
7.0.20 78,750 5/28/2024
7.0.19 10,907 5/14/2024
7.0.18 40,832 4/9/2024
7.0.17 20,415 3/12/2024
7.0.16 53,304 2/13/2024
7.0.15 55,665 1/9/2024
7.0.14 162,472 11/14/2023
7.0.13 96,045 10/24/2023
7.0.12 85,113 10/10/2023
7.0.11 113,880 9/12/2023
7.0.10 292,343 8/8/2023
7.0.9 186,454 7/11/2023
7.0.8 71,020 6/22/2023
7.0.7 79,409 6/13/2023
7.0.5 591,039 4/11/2023
7.0.4 191,175 3/14/2023
7.0.3 218,812 2/14/2023
7.0.2 219,089 1/10/2023
7.0.1 165,617 12/13/2022
7.0.0 1,841,390 11/7/2022
7.0.0-rc.2.22476.2 24,114 10/11/2022
7.0.0-rc.1.22427.2 53,096 9/14/2022
7.0.0-preview.7.22376.6 3,045 8/9/2022
7.0.0-preview.6.22330.3 2,120 7/12/2022
7.0.0-preview.5.22303.8 1,828 6/14/2022
7.0.0-preview.4.22251.1 89,997 5/10/2022
7.0.0-preview.3.22178.4 13,333 4/13/2022
7.0.0-preview.2.22153.2 794 3/14/2022
7.0.0-preview.1.22109.13 786 2/17/2022
6.0.36 14,195 11/12/2024
6.0.35 5,650 10/8/2024
6.0.33 44,017 8/13/2024
6.0.32 11,626 7/9/2024
6.0.31 14,259 5/28/2024
6.0.30 4,163 5/14/2024
6.0.29 42,730 4/9/2024
6.0.28 11,979 3/12/2024
6.0.27 35,672 2/13/2024
6.0.26 60,837 1/9/2024
6.0.25 129,488 11/14/2023
6.0.24 37,310 10/24/2023
6.0.23 35,824 10/10/2023
6.0.22 33,307 9/12/2023
6.0.21 41,399 8/8/2023
6.0.20 52,445 7/11/2023
6.0.19 25,683 6/22/2023
6.0.18 37,031 6/13/2023
6.0.16 110,286 4/11/2023
6.0.15 65,494 3/14/2023
6.0.14 92,404 2/14/2023
6.0.13 103,844 1/10/2023
6.0.12 111,135 12/13/2022
6.0.11 259,849 11/7/2022
6.0.10 246,118 10/11/2022
6.0.9 195,691 9/13/2022
6.0.8 277,264 8/9/2022
6.0.7 299,302 7/12/2022
6.0.6 238,294 6/14/2022
6.0.5 321,306 5/10/2022
6.0.4 289,678 4/11/2022
6.0.3 317,149 3/8/2022
6.0.2 231,801 2/8/2022
6.0.1 472,410 12/14/2021
6.0.0 2,374,845 11/8/2021
6.0.0-rc.2.21480.10 15,692 10/12/2021
6.0.0-rc.1.21452.15 16,018 9/14/2021
6.0.0-preview.7.21378.6 23,307 8/10/2021
6.0.0-preview.6.21355.2 3,519 7/14/2021
6.0.0-preview.5.21301.17 3,812 6/15/2021
6.0.0-preview.4.21253.5 3,164 5/24/2021
6.0.0-preview.3.21201.13 3,917 4/8/2021
6.0.0-preview.2.21154.6 1,285 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,500 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 82,236 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 9,552 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 18,547 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 29,720 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 26,917 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 45,647 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 93,318 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 108,097 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 178,042 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 132,193 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 152,456 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 96,944 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 128,337 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 135,804 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 108,825 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 107,810 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 102,213 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 271,423 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 11,334 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,471 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,071 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,045 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,074 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
3.2.1 498,198 7/14/2020 3.2.1 is deprecated because it is no longer maintained.
3.2.0 215,560 5/16/2020 3.2.0 is deprecated because it is no longer maintained.
3.2.0-rc1.20223.4 11,519 4/29/2020 3.2.0-rc1.20223.4 is deprecated because it is no longer maintained.
3.2.0-preview5.20216.8 4,819 4/22/2020 3.2.0-preview5.20216.8 is deprecated because it is no longer maintained.
3.2.0-preview4.20210.8 4,054 4/16/2020 3.2.0-preview4.20210.8 is deprecated because it is no longer maintained.
3.2.0-preview3.20168.3 7,916 3/26/2020 3.2.0-preview3.20168.3 is deprecated because it is no longer maintained.
3.2.0-preview2.20160.5 5,734 3/10/2020 3.2.0-preview2.20160.5 is deprecated because it is no longer maintained.