Microsoft.AspNetCore.Components.Authorization 9.0.11

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

Authentication and authorization support for Blazor applications.

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

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

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

Package Downloads
Microsoft.AspNetCore.Components.WebAssembly.Authentication

Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa

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.

BootstrapBlazor

Bootstrap UI components for Blazor and Razor Components

Masa.Blazor

Blazor UI component library based on Material Design

GitHub repositories (62)

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

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
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 10 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 and websites that run on Web, Desktop and Mobile.
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
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
thangchung/clean-architecture-dotnet
🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
MarimerLLC/csla
A home for your business logic in any .NET application.
blogifierdotnet/Blogifier
Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
masastack/MASA.Blazor
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
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.
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
dotnet/MobileBlazorBindings
Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
masastack/MASA.Framework
.NET next-generation microservice development framework, which provides cloud native best practices based on Dapr.
Version Downloads Last Updated
10.0.0 76,370 11/11/2025
10.0.0-rc.2.25502.107 16,695 10/14/2025
10.0.0-rc.1.25451.107 17,905 9/9/2025
10.0.0-preview.7.25380.108 4,892 8/12/2025
10.0.0-preview.6.25358.103 1,838 7/15/2025
10.0.0-preview.5.25277.114 1,299 6/6/2025
10.0.0-preview.4.25258.110 2,063 5/12/2025
10.0.0-preview.3.25172.1 916 4/10/2025
10.0.0-preview.2.25164.1 585 3/18/2025
10.0.0-preview.1.25120.3 816 2/25/2025
9.0.11 29,615 11/11/2025
9.0.10 231,251 10/14/2025
9.0.9 340,583 9/9/2025
9.0.8 354,715 8/5/2025
9.0.7 258,277 7/8/2025
9.0.6 387,388 6/10/2025
9.0.5 1,569,363 5/13/2025
9.0.4 865,032 4/8/2025
9.0.3 510,593 3/11/2025
9.0.2 540,507 2/11/2025
9.0.1 691,289 1/14/2025
9.0.0 1,934,753 11/12/2024
9.0.0-rc.2.24474.3 35,772 10/8/2024
9.0.0-rc.1.24452.1 43,600 9/10/2024
9.0.0-preview.7.24406.2 33,319 8/13/2024
9.0.0-preview.6.24328.4 33,264 7/9/2024
9.0.0-preview.5.24306.11 8,806 6/11/2024
9.0.0-preview.4.24267.6 1,115 5/21/2024
9.0.0-preview.3.24172.13 37,384 4/11/2024
9.0.0-preview.2.24128.4 1,271 3/12/2024
9.0.0-preview.1.24081.5 16,077 2/13/2024
8.0.22 26,132 11/11/2025
8.0.21 75,778 10/14/2025
8.0.20 133,023 9/9/2025
8.0.19 187,873 8/4/2025
8.0.18 160,116 7/8/2025
8.0.17 205,743 6/10/2025
8.0.16 210,110 5/13/2025
8.0.15 310,323 4/8/2025
8.0.14 372,657 3/11/2025
8.0.13 324,779 2/11/2025
8.0.12 464,866 1/14/2025
8.0.11 2,130,465 11/12/2024
8.0.10 1,648,456 10/8/2024
8.0.8 1,591,746 8/13/2024
8.0.7 1,436,876 7/9/2024
8.0.6 2,084,147 5/28/2024
8.0.5 492,124 5/14/2024
8.0.4 1,401,813 4/9/2024
8.0.3 1,176,222 3/12/2024
8.0.2 1,498,996 2/13/2024
8.0.1 948,406 1/9/2024
8.0.0 3,194,423 11/14/2023
8.0.0-rc.2.23480.2 117,006 10/10/2023
8.0.0-rc.1.23421.29 16,072 9/12/2023
8.0.0-preview.7.23375.9 34,476 8/8/2023
8.0.0-preview.6.23329.11 12,696 7/11/2023
8.0.0-preview.5.23302.2 4,232 6/13/2023
8.0.0-preview.4.23260.4 2,429 5/16/2023
8.0.0-preview.3.23177.8 2,332 4/11/2023
8.0.0-preview.2.23153.2 1,670 3/14/2023
8.0.0-preview.1.23112.2 930 2/21/2023
7.0.20 207,922 5/28/2024
7.0.19 59,030 5/14/2024
7.0.18 90,988 4/9/2024
7.0.17 74,519 3/12/2024
7.0.16 120,147 2/13/2024
7.0.15 146,814 1/9/2024
7.0.14 317,356 11/14/2023
7.0.13 205,328 10/24/2023
7.0.12 183,403 10/10/2023
7.0.11 223,885 9/12/2023
7.0.10 450,082 8/8/2023
7.0.9 319,201 7/11/2023
7.0.8 158,982 6/22/2023
7.0.7 152,379 6/13/2023
7.0.5 888,421 4/11/2023
7.0.4 395,027 3/14/2023
7.0.3 424,207 2/14/2023
7.0.2 396,940 1/10/2023
7.0.1 277,569 12/13/2022
7.0.0 2,369,772 11/7/2022
7.0.0-rc.2.22476.2 28,738 10/11/2022
7.0.0-rc.1.22427.2 56,013 9/14/2022
7.0.0-preview.7.22376.6 3,981 8/9/2022
7.0.0-preview.6.22330.3 2,082 7/12/2022
7.0.0-preview.5.22303.8 2,061 6/14/2022
7.0.0-preview.4.22251.1 94,534 5/10/2022
7.0.0-preview.3.22178.4 14,064 4/13/2022
7.0.0-preview.2.22153.2 1,104 3/14/2022
7.0.0-preview.1.22109.13 986 2/17/2022
6.0.36 105,385 11/12/2024
6.0.35 55,556 10/8/2024
6.0.33 97,105 8/13/2024
6.0.32 63,588 7/9/2024
6.0.31 68,185 5/28/2024
6.0.30 48,160 5/14/2024
6.0.29 89,774 4/9/2024
6.0.28 71,398 3/12/2024
6.0.27 86,081 2/13/2024
6.0.26 136,707 1/9/2024
6.0.25 228,648 11/14/2023
6.0.24 101,327 10/24/2023
6.0.23 94,835 10/10/2023
6.0.22 96,373 9/12/2023
6.0.21 120,329 8/8/2023
6.0.20 139,712 7/11/2023
6.0.19 94,643 6/22/2023
6.0.18 92,906 6/13/2023
6.0.16 274,873 4/11/2023
6.0.15 158,586 3/14/2023
6.0.14 165,928 2/14/2023
6.0.13 205,804 1/10/2023
6.0.12 208,418 12/13/2022
6.0.11 435,029 11/7/2022
6.0.10 477,308 10/11/2022
6.0.9 478,168 9/13/2022
6.0.8 499,939 8/9/2022
6.0.7 531,992 7/12/2022
6.0.6 427,438 6/14/2022
6.0.5 665,752 5/10/2022
6.0.4 474,898 4/11/2022
6.0.3 489,660 3/8/2022
6.0.2 458,340 2/8/2022
6.0.1 763,264 12/14/2021
6.0.0 4,377,881 11/8/2021
6.0.0-rc.2.21480.10 44,491 10/12/2021
6.0.0-rc.1.21452.15 20,401 9/14/2021
6.0.0-preview.7.21378.6 41,307 8/10/2021
6.0.0-preview.6.21355.2 146,374 7/14/2021
6.0.0-preview.5.21301.17 7,998 6/15/2021
6.0.0-preview.4.21253.5 6,785 5/24/2021
6.0.0-preview.3.21201.13 359,743 4/8/2021
6.0.0-preview.2.21154.6 1,616 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,559 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 186,439 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 52,232 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 61,691 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 73,466 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 84,105 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 120,589 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 196,516 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 211,997 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 287,961 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 226,005 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 281,463 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 213,307 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 262,255 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 248,942 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 201,054 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 287,628 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 205,734 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,485,364 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 97,942 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 98,002 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 10,338 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 3,777 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 3,921 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 1,296 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 1,471 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 4,507 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 2,393 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 2,951 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 93,491 12/13/2022
3.1.31 39,283 11/8/2022
3.1.30 40,084 10/11/2022
3.1.29 40,407 9/13/2022
3.1.28 41,890 8/9/2022
3.1.27 48,593 7/12/2022
3.1.26 42,973 6/14/2022
3.1.25 48,070 5/10/2022
3.1.24 37,476 4/11/2022
3.1.23 43,942 3/8/2022
3.1.22 113,972 12/14/2021
3.1.21 43,677 11/7/2021
3.1.20 39,791 10/11/2021
3.1.19 38,515 9/14/2021
3.1.18 54,281 8/10/2021
3.1.17 42,647 7/13/2021
3.1.16 50,585 6/8/2021
3.1.15 41,195 5/11/2021
3.1.14 48,586 4/6/2021
3.1.13 47,554 3/9/2021
3.1.12 54,116 2/9/2021
3.1.11 54,886 1/12/2021
3.1.10 96,854 11/9/2020
3.1.9 100,817 10/13/2020
3.1.8 116,619 9/8/2020
3.1.7 102,990 8/11/2020
3.1.6 517,594 7/14/2020
3.1.5 127,480 6/9/2020
3.1.4 118,101 5/12/2020
3.1.3 281,086 3/24/2020
3.1.2 111,504 2/18/2020
3.1.1 316,763 1/14/2020
3.1.0 144,451 12/3/2019
3.1.0-preview3.19555.2 12,724 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 3,002 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 8,634 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 39,752 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 37,533 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 92,024 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,359 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 4,405 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.