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 218 7/15/2025
10.0.0-preview.5.25277.114 879 6/6/2025
10.0.0-preview.4.25258.110 1,222 5/12/2025
10.0.0-preview.3.25172.1 776 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 20,876 7/8/2025
9.0.6 84,312 6/10/2025
9.0.5 407,422 5/13/2025
9.0.4 458,949 4/8/2025
9.0.3 284,718 3/11/2025
9.0.2 319,384 2/11/2025
9.0.1 372,194 1/14/2025
9.0.0 1,262,051 11/12/2024
9.0.0-rc.2.24474.3 16,156 10/8/2024
9.0.0-rc.1.24452.1 19,758 9/10/2024
9.0.0-preview.7.24406.2 17,912 8/13/2024
9.0.0-preview.6.24328.4 25,408 7/9/2024
9.0.0-preview.5.24306.11 2,413 6/11/2024
9.0.0-preview.4.24267.6 665 5/21/2024
9.0.0-preview.3.24172.13 26,736 4/11/2024
9.0.0-preview.2.24128.4 992 3/12/2024
9.0.0-preview.1.24081.5 9,576 2/13/2024
8.0.18 6,394 7/8/2025
8.0.17 36,561 6/10/2025
8.0.16 50,298 5/13/2025
8.0.15 74,384 4/8/2025
8.0.14 98,796 3/11/2025
8.0.13 132,343 2/11/2025
8.0.12 166,707 1/14/2025
8.0.11 844,389 11/12/2024
8.0.10 978,143 10/8/2024
8.0.8 1,023,440 8/13/2024
8.0.7 925,324 7/9/2024
8.0.6 1,326,294 5/28/2024
8.0.5 320,889 5/14/2024
8.0.4 950,315 4/9/2024
8.0.3 901,619 3/12/2024
8.0.2 1,021,921 2/13/2024
8.0.1 599,438 1/9/2024
8.0.0 2,471,945 11/14/2023
8.0.0-rc.2.23480.2 97,058 10/10/2023
8.0.0-rc.1.23421.29 8,732 9/12/2023
8.0.0-preview.7.23375.9 34,319 8/8/2023
8.0.0-preview.6.23329.11 10,198 7/11/2023
8.0.0-preview.5.23302.2 2,513 6/13/2023
8.0.0-preview.4.23260.4 1,610 5/16/2023
8.0.0-preview.3.23177.8 1,965 4/11/2023
8.0.0-preview.2.23153.2 1,163 3/14/2023
8.0.0-preview.1.23112.2 747 2/21/2023
7.0.20 78,709 5/28/2024
7.0.19 10,903 5/14/2024
7.0.18 40,830 4/9/2024
7.0.17 20,406 3/12/2024
7.0.16 53,300 2/13/2024
7.0.15 55,664 1/9/2024
7.0.14 162,459 11/14/2023
7.0.13 96,040 10/24/2023
7.0.12 85,109 10/10/2023
7.0.11 113,879 9/12/2023
7.0.10 292,304 8/8/2023
7.0.9 186,451 7/11/2023
7.0.8 71,020 6/22/2023
7.0.7 79,409 6/13/2023
7.0.5 591,012 4/11/2023
7.0.4 191,172 3/14/2023
7.0.3 218,628 2/14/2023
7.0.2 219,076 1/10/2023
7.0.1 165,615 12/13/2022
7.0.0 1,841,329 11/7/2022
7.0.0-rc.2.22476.2 24,114 10/11/2022
7.0.0-rc.1.22427.2 53,091 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,981 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,178 11/12/2024
6.0.35 5,650 10/8/2024
6.0.33 43,950 8/13/2024
6.0.32 11,625 7/9/2024
6.0.31 14,259 5/28/2024
6.0.30 4,163 5/14/2024
6.0.29 42,728 4/9/2024
6.0.28 11,974 3/12/2024
6.0.27 35,659 2/13/2024
6.0.26 60,833 1/9/2024
6.0.25 129,476 11/14/2023
6.0.24 37,303 10/24/2023
6.0.23 35,823 10/10/2023
6.0.22 33,305 9/12/2023
6.0.21 41,397 8/8/2023
6.0.20 52,445 7/11/2023
6.0.19 25,680 6/22/2023
6.0.18 37,031 6/13/2023
6.0.16 110,276 4/11/2023
6.0.15 65,493 3/14/2023
6.0.14 92,400 2/14/2023
6.0.13 103,841 1/10/2023
6.0.12 111,134 12/13/2022
6.0.11 259,843 11/7/2022
6.0.10 246,113 10/11/2022
6.0.9 195,677 9/13/2022
6.0.8 277,256 8/9/2022
6.0.7 299,296 7/12/2022
6.0.6 238,286 6/14/2022
6.0.5 321,297 5/10/2022
6.0.4 289,669 4/11/2022
6.0.3 317,135 3/8/2022
6.0.2 231,767 2/8/2022
6.0.1 472,407 12/14/2021
6.0.0 2,374,765 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,284 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,158 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,915 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 45,643 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 93,317 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 108,096 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 178,041 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 132,176 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 152,455 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,335 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 135,785 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,806 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 102,212 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 271,414 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,163 7/14/2020 3.2.1 is deprecated because it is no longer maintained.
3.2.0 215,541 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,733 3/10/2020 3.2.0-preview2.20160.5 is deprecated because it is no longer maintained.