Microsoft.AspNetCore.Identity.UI 10.0.0-preview.2.25164.1

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

About

Microsoft.AspNetCore.Identity.UI provides the default Razor Pages UI for the ASP.NET Core Identity framework.

Key Features

  • User registration and login functionality
  • Account management
  • Two-factor authentication

How to Use

To use Microsoft.AspNetCore.Identity.UI, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Identity.UI

Configuration

Add the following code to the Program.cs of your ASP.NET Core app:

builder.Services.AddDefaultIdentity<IdentityUser>()
    .AddEntityFrameworkStores<ApplicationDbContext>();

var app = builder.Build();

app.UseAuthentication();
app.UseAuthorization();

app.MapRazorPages();

Additional Documentation

For additional documentation and examples, refer to the official ASP.NET Core Identity documentation.

Feedback & Contributing

Microsoft.AspNetCore.Identity.UI 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (206)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Identity.UI:

Package Downloads
Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.ApiAuthorization.IdentityServer

ASP.NET Core API Authorization package powered by Identity Server. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/fb4b5a21ebd67b31fff4ddf5c039181da504c932

Microting.eFormApi.BasePn

Package Description

OO.Presentation

Presentation base types and declarations for EasyDataCore infrastructure

GitHub repositories (134)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Identity.UI:

Repository Stars
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
dotnet/eShop
A reference .NET application implementing an eCommerce site
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
skoruba/IdentityServer4.Admin
The administration for the IdentityServer4 and Asp.Net Core Identity
dotnet-presentations/blazor-workshop
Blazor workshop
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), ..
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
ivaylokenov/MyTested.AspNetCore.Mvc
Fluent testing library for ASP.NET Core MVC.
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.
fullstackproltd/AspNetCoreSpa
Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
dotnetcore/sharding-core
high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵
IoTSharp/IoTSharp
IoTSharp is an open-source IoT platform for data collection, processing, visualization, and device management.
NikolayIT/ASP.NET-Core-Template
A ready-to-use template for ASP.NET Core with repositories, services, models mapping, DI and StyleCop warnings fixed.
go2ismail/Asp.Net-Core-Inventory-Order-Management-System
Now upgraded to .NET 9, this project is a super-fast, completely headless API powered by Clean Architecture, CQRS, and MediatR. It includes an ASP.NET Core Razor Pages implementation for inventory order management, combined with Vue.js for a dynamic, responsive UI. Powerful WMS solution. Demo (username:admin@root.com / pwd:123456)
Version Downloads Last updated
10.0.0-preview.3.25172.1 359 4/10/2025
10.0.0-preview.2.25164.1 623 3/18/2025
10.0.0-preview.1.25120.3 793 2/25/2025
9.0.4 17,505 4/8/2025
9.0.3 84,308 3/11/2025
9.0.2 125,802 2/11/2025
9.0.1 124,726 1/14/2025
9.0.0 335,707 11/12/2024
9.0.0-rc.2.24474.3 9,223 10/8/2024
9.0.0-rc.1.24452.1 5,062 9/10/2024
9.0.0-preview.7.24406.2 1,658 8/13/2024
9.0.0-preview.6.24328.4 1,795 7/9/2024
9.0.0-preview.5.24306.11 1,004 6/11/2024
9.0.0-preview.4.24267.6 1,144 5/21/2024
9.0.0-preview.3.24172.13 1,683 4/11/2024
9.0.0-preview.2.24128.4 1,711 3/12/2024
9.0.0-preview.1.24081.5 2,233 2/13/2024
8.0.15 10,096 4/8/2025
8.0.14 69,855 3/11/2025
8.0.13 86,269 2/11/2025
8.0.12 125,176 1/14/2025
8.0.11 536,562 11/12/2024
8.0.10 671,656 10/8/2024
8.0.8 895,570 8/13/2024
8.0.7 577,673 7/9/2024
8.0.6 762,506 5/28/2024
8.0.5 305,121 5/14/2024
8.0.4 602,011 4/9/2024
8.0.3 407,304 3/12/2024
8.0.2 654,728 2/13/2024
8.0.1 617,273 1/9/2024
8.0.0 764,885 11/14/2023
8.0.0-rc.2.23480.2 13,417 10/10/2023
8.0.0-rc.1.23421.29 8,709 9/12/2023
8.0.0-preview.7.23375.9 11,121 8/8/2023
8.0.0-preview.6.23329.11 68,345 7/11/2023
8.0.0-preview.5.23302.2 5,353 6/13/2023
8.0.0-preview.4.23260.4 4,105 5/16/2023
8.0.0-preview.3.23177.8 2,620 4/11/2023
8.0.0-preview.2.23153.2 4,993 3/14/2023
8.0.0-preview.1.23112.2 5,879 2/21/2023
7.0.20 257,003 5/28/2024
7.0.19 26,939 5/14/2024
7.0.18 65,310 4/9/2024
7.0.17 68,303 3/12/2024
7.0.16 82,975 2/13/2024
7.0.15 171,431 1/9/2024
7.0.14 190,007 11/14/2023
7.0.13 272,245 10/24/2023
7.0.12 183,748 10/10/2023
7.0.11 224,971 9/12/2023
7.0.10 397,328 8/8/2023
7.0.9 327,862 7/11/2023
7.0.8 188,590 6/22/2023
7.0.7 136,863 6/13/2023
7.0.5 687,026 4/11/2023
7.0.4 263,910 3/14/2023
7.0.3 413,562 2/14/2023
7.0.2 674,491 1/10/2023
7.0.1 220,187 12/13/2022
7.0.0 473,370 11/7/2022
7.0.0-rc.2.22476.2 35,514 10/11/2022
7.0.0-rc.1.22427.2 4,325 9/14/2022
7.0.0-preview.7.22376.6 5,086 8/9/2022
7.0.0-preview.6.22330.3 2,475 7/12/2022
7.0.0-preview.5.22303.8 3,305 6/14/2022
7.0.0-preview.4.22251.1 2,337 5/10/2022
7.0.0-preview.3.22178.4 2,986 4/13/2022
7.0.0-preview.2.22153.2 1,457 3/14/2022
7.0.0-preview.1.22109.13 1,132 2/17/2022
6.0.36 29,387 11/12/2024
6.0.35 31,624 10/8/2024
6.0.33 35,403 8/13/2024
6.0.32 23,569 7/9/2024
6.0.31 24,175 5/28/2024
6.0.30 18,024 5/14/2024
6.0.29 80,364 4/9/2024
6.0.28 150,328 3/12/2024
6.0.27 46,530 2/13/2024
6.0.26 122,398 1/9/2024
6.0.25 199,056 11/14/2023
6.0.24 61,173 10/24/2023
6.0.23 101,575 10/10/2023
6.0.22 161,867 9/12/2023
6.0.21 189,917 8/8/2023
6.0.20 195,345 7/11/2023
6.0.19 103,177 6/22/2023
6.0.18 126,897 6/13/2023
6.0.16 354,069 4/11/2023
6.0.15 268,773 3/14/2023
6.0.14 268,219 2/14/2023
6.0.13 431,119 1/10/2023
6.0.12 225,603 12/13/2022
6.0.11 505,797 11/7/2022
6.0.10 747,129 10/11/2022
6.0.9 613,595 9/13/2022
6.0.8 1,026,769 8/9/2022
6.0.7 1,316,086 7/12/2022
6.0.6 664,206 6/14/2022
6.0.5 1,351,791 5/10/2022
6.0.4 597,105 4/11/2022
6.0.3 759,454 3/8/2022
6.0.2 635,391 2/8/2022
6.0.1 1,275,476 12/14/2021
6.0.0 1,363,194 11/8/2021
6.0.0-rc.2.21480.10 16,274 10/12/2021
6.0.0-rc.1.21452.15 24,780 9/14/2021
6.0.0-preview.7.21378.6 12,982 8/10/2021
6.0.0-preview.6.21355.2 7,629 7/14/2021
6.0.0-preview.5.21301.17 6,856 6/15/2021
6.0.0-preview.4.21253.5 3,287 5/24/2021
6.0.0-preview.3.21201.13 11,935 4/8/2021
6.0.0-preview.2.21154.6 2,118 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 3,401 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 459,844 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 48,649 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 170,898 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 69,705 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 196,440 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 259,864 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 452,609 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 354,866 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 571,101 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 476,800 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 689,819 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 475,768 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 577,409 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 622,128 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 346,197 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 400,901 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 399,577 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 659,785 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 12,729 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 11,605 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 5,285 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 5,020 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 4,540 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,711 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 5,453 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 2,041 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,662 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 3,315 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 98,842 12/13/2022
3.1.31 14,664 11/8/2022
3.1.30 22,779 10/11/2022
3.1.29 17,650 9/13/2022
3.1.28 24,286 8/9/2022
3.1.27 23,177 7/12/2022
3.1.26 20,257 6/14/2022
3.1.25 50,649 5/10/2022
3.1.24 30,496 4/11/2022
3.1.23 88,749 3/8/2022
3.1.22 171,235 12/14/2021
3.1.21 144,764 11/7/2021
3.1.20 77,833 10/11/2021
3.1.19 76,864 9/14/2021
3.1.18 105,527 8/10/2021
3.1.17 78,036 7/13/2021
3.1.16 100,240 6/8/2021
3.1.15 151,468 5/11/2021
3.1.14 124,621 4/6/2021
3.1.13 153,929 3/9/2021
3.1.12 360,233 2/9/2021
3.1.11 279,430 1/12/2021
3.1.10 427,900 11/9/2020
3.1.9 773,755 10/13/2020
3.1.8 1,211,739 9/8/2020
3.1.7 934,422 8/11/2020
3.1.6 704,253 7/14/2020
3.1.5 711,100 6/9/2020
3.1.4 484,096 5/12/2020
3.1.3 1,006,409 3/24/2020
3.1.2 577,651 2/18/2020
3.1.1 620,337 1/14/2020
3.1.0 1,519,212 12/3/2019
3.1.0-preview3.19555.2 10,384 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 3,008 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 6,568 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 13,097 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 7,851 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 1,007,067 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 7,429 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 17,393 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 10,124 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 30,807 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 14,570 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 8,134 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 3,004 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 4,204 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 2,931 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 1,741 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 360 1/14/2025
2.2.5 6,776,932 5/14/2019 2.2.5 is deprecated because it is no longer maintained.
2.2.0 11,011,219 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 63,881 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 5,778 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 3,175 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.11 2,914,256 5/14/2019
2.1.6 3,462,679 11/13/2018
2.1.3 7,127,766 8/21/2018
2.1.2 2,798,756 7/10/2018
2.1.1 10,004,047 6/18/2018
2.1.0 3,586,724 5/29/2018
2.1.0-rc1-final 19,636 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 19,686 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 27,552 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.