Microsoft.AspNetCore.Identity.EntityFrameworkCore 10.0.0-preview.1.25120.3

About

Microsoft.AspNetCore.Identity.EntityFrameworkCore utilizes Entity Framework Core to provide functionality enabling the storage of user, role, and other identity-related data in a database.

Key Features

  • Provides user and role management
  • Enables secure authentication and authorization mechanisms
  • Allows storage and validatation of user passwords using hashing
  • Tracks email confirmation for user account validation
  • Tracks two-factor authentication to provide an extra layer of security
  • Tracks failed login attempts to help protect against brute-force attacks enabling locking out user accounts after multiple failed login attempts
  • Uses claims to define fine-grained access control policies
  • Seamlessly integrates with Entity Framework Core for data storage and retrieval

How to Use

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

Installation

dotnet add package Microsoft.AspNetCore.Identity.EntityFrameworkCore

Configuration

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

builder.Services.AddDbContext<ApplicationDbContext>(options =>
    options.UseSqlServer(builder.Configuration.GetConnectionString("DefaultConnection")));

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

You can replace ApplicationDbContext with your own database context class derived from IdentityDbContext and ApplicationUser with your own user class containing additional properties derived from IdentityUser.

Make sure to configure the connection string via "ConnectionStrings:DefaultConnection" (or whatever you rename it to) so it can connect to your database.

Main Types

The main types provided by Microsoft.AspNetCore.Identity.EntityFrameworkCore include:

  • IdentityDbContext: Provides the database context for storing and managing user, role, and other identity-related data
  • IdentityUserContext: Provides methods and properties for querying and manipulating user information
  • RoleStore: Provides methods for creating, updating, and deleting roles, as well as querying and managing role-related data
  • UserStore: Provides methods for creating, updating, and deleting users, as well as querying and managing user-related data
  • UserOnlyStore: Provides methods for creating, updating, and deleting users, as well as querying and managing user-related data for users without roles

Additional Documentation

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

Feedback & Contributing

Microsoft.AspNetCore.Identity.EntityFrameworkCore is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Showing the top 20 packages that depend on Microsoft.AspNetCore.Identity.EntityFrameworkCore.

Packages 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.
55
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.
53
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.
50
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.
40
Microsoft.AspNetCore.App
Microsoft.AspNetCore.App
39
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.
36
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. This package was built from the source at: https://github.com/aspnet/Universe/tree/244e037a222a7cd0a17feafb7f3a625fde40de97
35
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.
27
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.
26
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.
22
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.
18
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.
18
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.
17
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.
16
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.
15
Microsoft.AspNetCore.App
Microsoft.AspNetCore.App
15
Microsoft.AspNetCore.App
Microsoft.AspNetCore.App
14
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.
14

.NET 10.0

Version Downloads Last updated
10.0.0-preview.1.25120.3 3 02/27/2025
9.0.3 0 03/11/2025
9.0.2 3 02/13/2025
9.0.1 2 01/18/2025
9.0.0 8 11/13/2024
9.0.0-rc.2.24474.3 9 10/08/2024
9.0.0-rc.1.24452.1 8 09/16/2024
9.0.0-preview.7.24406.2 7 08/13/2024
9.0.0-preview.6.24328.4 9 07/11/2024
9.0.0-preview.5.24306.11 11 06/13/2024
9.0.0-preview.4.24267.6 8 05/23/2024
9.0.0-preview.3.24172.13 10 04/14/2024
9.0.0-preview.2.24128.4 8 03/14/2024
9.0.0-preview.1.24081.5 9 02/18/2024
8.0.14 0 03/11/2025
8.0.13 7 02/12/2025
8.0.12 3 01/19/2025
8.0.11 6 11/13/2024
8.0.10 7 10/11/2024
8.0.8 11 08/13/2024
8.0.7 12 07/11/2024
8.0.6 10 05/30/2024
8.0.5 8 05/16/2024
8.0.4 13 04/14/2024
8.0.3 11 03/14/2024
8.0.2 8 02/19/2024
8.0.1 8 01/15/2024
8.0.0 11 12/18/2023
8.0.0-rc.2.23480.2 9 02/18/2024
8.0.0-rc.1.23421.29 11 06/04/2024
8.0.0-preview.7.23375.9 8 06/28/2024
8.0.0-preview.6.23329.11 7 07/22/2024
8.0.0-preview.5.23302.2 7 06/28/2024
8.0.0-preview.4.23260.4 8 08/22/2023
8.0.0-preview.3.23177.8 10 08/24/2023
8.0.0-preview.2.23153.2 10 08/23/2023
8.0.0-preview.1.23112.2 10 08/25/2023
7.0.20 8 05/30/2024
7.0.19 10 05/16/2024
7.0.18 9 04/14/2024
7.0.17 11 03/14/2024
7.0.16 9 02/18/2024
7.0.15 14 01/28/2024
7.0.14 10 01/29/2024
7.0.13 9 01/29/2024
7.0.12 9 01/29/2024
7.0.11 9 01/15/2024
7.0.10 7 04/15/2024
7.0.9 8 08/16/2023
7.0.8 10 01/28/2024
7.0.7 10 01/29/2024
7.0.5 16 06/11/2023
7.0.4 10 06/11/2023
7.0.3 11 06/12/2023
7.0.2 10 06/12/2023
7.0.1 9 06/11/2023
7.0.0 10 06/10/2023
7.0.0-rc.2.22476.2 10 08/24/2023
7.0.0-rc.1.22427.2 10 08/27/2023
7.0.0-preview.7.22376.6 7 08/24/2023
7.0.0-preview.6.22330.3 7 08/27/2023
7.0.0-preview.5.22303.8 10 08/25/2023
7.0.0-preview.4.22251.1 7 08/24/2023
7.0.0-preview.3.22178.4 14 08/24/2023
7.0.0-preview.2.22153.2 11 08/23/2023
7.0.0-preview.1.22109.13 32 08/24/2023
6.0.36 6 11/13/2024
6.0.35 5 10/11/2024
6.0.33 7 08/14/2024
6.0.32 9 07/11/2024
6.0.31 9 05/30/2024
6.0.30 8 05/16/2024
6.0.29 6 04/14/2024
6.0.28 9 03/14/2024
6.0.27 7 02/18/2024
6.0.26 8 01/16/2024
6.0.25 13 12/18/2023
6.0.24 12 12/18/2023
6.0.23 11 01/29/2024
6.0.22 9 01/09/2024
6.0.21 9 01/28/2024
6.0.20 9 07/22/2024
6.0.19 9 03/06/2024
6.0.18 11 01/09/2024
6.0.16 10 06/11/2023
6.0.15 10 06/11/2023
6.0.14 12 06/12/2023
6.0.13 10 06/10/2023
6.0.12 10 06/11/2023
6.0.11 6 06/12/2023
6.0.10 11 06/12/2023
6.0.9 10 06/11/2023
6.0.8 11 06/11/2023
6.0.7 14 06/10/2023
6.0.6 12 06/11/2023
6.0.5 12 06/11/2023
6.0.4 9 06/11/2023
6.0.3 10 06/12/2023
6.0.2 8 06/11/2023
6.0.1 11 06/11/2023
6.0.0 13 03/20/2023
6.0.0-rc.2.21480.10 9 08/24/2023
6.0.0-rc.1.21452.15 10 08/21/2023
6.0.0-preview.7.21378.6 10 08/24/2023
6.0.0-preview.6.21355.2 12 08/27/2023
6.0.0-preview.5.21301.17 8 08/23/2023
6.0.0-preview.4.21253.5 8 08/23/2023
6.0.0-preview.3.21201.13 50 08/23/2023
6.0.0-preview.2.21154.6 13 08/23/2023
6.0.0-preview.1.21103.6 11 08/23/2023
5.0.17 6 06/11/2023
5.0.16 8 06/11/2023
5.0.15 8 06/11/2023
5.0.14 10 06/10/2023
5.0.13 8 06/11/2023
5.0.12 8 06/12/2023
5.0.11 12 06/12/2023
5.0.10 7 12/21/2023
5.0.9 14 06/12/2023
5.0.8 13 06/11/2023
5.0.7 12 06/11/2023
5.0.6 10 06/11/2023
5.0.5 10 06/11/2023
5.0.4 11 06/12/2023
5.0.3 8 06/10/2023
5.0.2 10 06/11/2023
5.0.1 14 12/20/2020
5.0.0 13 03/20/2023
5.0.0-rc.2.20475.17 10 08/23/2023
5.0.0-rc.1.20451.17 14 08/24/2023
5.0.0-preview.8.20414.8 7 08/27/2023
5.0.0-preview.7.20365.19 5 08/22/2023
5.0.0-preview.6.20312.15 7 08/24/2023
5.0.0-preview.5.20279.2 9 08/22/2023
5.0.0-preview.4.20257.10 10 08/23/2023
5.0.0-preview.3.20215.14 10 08/24/2023
5.0.0-preview.2.20167.3 10 08/24/2023
5.0.0-preview.1.20124.5 9 08/23/2023
3.1.32 7 06/11/2023
3.1.31 7 06/11/2023
3.1.30 11 06/11/2023
3.1.29 16 06/12/2023
3.1.28 11 06/12/2023
3.1.27 9 06/11/2023
3.1.26 9 06/12/2023
3.1.25 18 06/10/2023
3.1.24 8 06/11/2023
3.1.23 9 06/11/2023
3.1.22 9 05/28/2024
3.1.21 11 06/12/2023
3.1.20 8 06/11/2023
3.1.19 13 06/12/2023
3.1.18 9 06/11/2023
3.1.17 11 06/11/2023
3.1.16 20 06/12/2023
3.1.15 11 06/11/2023
3.1.14 14 06/28/2022
3.1.13 10 06/11/2023
3.1.12 10 06/11/2023
3.1.11 16 04/19/2023
3.1.10 17 12/20/2020
3.1.9 8 06/11/2023
3.1.8 10 06/11/2023
3.1.7 11 06/11/2023
3.1.6 9 06/12/2023
3.1.5 38 07/02/2020
3.1.4 8 06/11/2023
3.1.3 9 06/11/2023
3.1.2 8 06/11/2023
3.1.1 9 06/12/2023
3.1.0 13 03/20/2023
3.1.0-preview3.19555.2 12 08/26/2023
3.1.0-preview2.19528.8 7 08/24/2023
3.1.0-preview1.19508.20 8 08/21/2023
3.0.3 12 06/11/2023
3.0.2 9 06/11/2023
3.0.0 13 06/12/2023
3.0.0-rc1.19457.4 8 08/27/2023
3.0.0-preview9.19424.4 8 08/23/2023
3.0.0-preview8.19405.7 8 08/24/2023
3.0.0-preview7.19365.7 11 08/27/2023
3.0.0-preview6.19307.2 9 08/24/2023
3.0.0-preview5-19227-01 9 08/21/2023
3.0.0-preview4-19216-03 11 08/23/2023
3.0.0-preview3-19153-02 11 12/27/2023
3.0.0-preview-19075-0444 7 05/21/2024
3.0.0-preview-18579-0056 13 08/23/2023
2.3.0 3 01/19/2025
2.2.0 10 06/11/2023
2.2.0-preview3-35497 11 08/26/2023
2.2.0-preview2-35157 10 08/27/2023
2.2.0-preview1-35029 12 08/24/2023
2.1.6 11 06/11/2023
2.1.3 19 06/11/2023
2.1.2 9 12/05/2023
2.1.1 14 12/30/2020
2.1.0 10 06/11/2023
2.1.0-rc1-final 10 06/11/2023
2.1.0-preview2-final 7 06/09/2023
2.1.0-preview1-final 12 06/10/2023
2.0.4 11 06/11/2023
2.0.3 12 11/29/2019
2.0.2 15 06/11/2023
2.0.1 12 06/11/2023
2.0.0 7 06/11/2023
2.0.0-preview2-final 11 06/11/2023
2.0.0-preview1-final 10 06/11/2023
1.1.6 12 06/11/2023
1.1.5 9 06/11/2023
1.1.4 7 06/12/2023
1.1.3 11 06/11/2023
1.1.2 15 06/11/2023
1.1.1 11 06/11/2023
1.1.0 14 06/11/2023
1.1.0-preview1-final 8 06/10/2023
1.0.6 11 06/11/2023
1.0.5 6 06/11/2023
1.0.4 9 06/11/2023
1.0.3 16 06/12/2023
1.0.2 18 11/25/2019
1.0.1 10 06/11/2023
1.0.0 10 06/12/2023
1.0.0-rc2-final 10 06/09/2023