'Entity Framework Core Identity in ASP.NET Framework

I have an ASP.NET framework application in which I am working on porting from Entity Framework 6 to Entity Framework Core 3 as a good midpoint in a port to .NET Core.

However, identity in Entity Framework Core is part of ASP.NET Core, and I have not found any information on using identity for EF Core in .NET Framework.

Is it possible to do this? What options would I have for identity in this configuration.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source