Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To include additional tables in .NET Core 6 for identifying users, we need to follow these steps:

  1. Create a new table in the database that stores user information.

  2. Define a new model class in the .NET Core application that maps to this table.

  3. Add configurations to the DbContext class to include the new table.

  4. Update the IdentityUser class with new properties or create a new class that inherits from IdentityUser.

  5. Update the ApplicationUser class to use the new properties or class.

  6. Finally, update the Identity service registration to include the new user store and user manager.

Once these steps are completed, we can use the new user properties and tables to identify users in our .NET Core 6 application.