Is it even possible to set up and use AspNetCore.Identity in a non core application like a MVC 5 .net Framework application? I have been trying for awhile now and it doesn't seem to work. If anyone knows of a tutorial or something else that would be great, or just let me know that it cant be done.
Background on the problem.
I inherited a 20 year old login application using membership that I have in development updated to .net core 2.0 and Identity. I have other applications that then need to use this core application to authenticate and authorize users. I wanted to use Identity server or something open source like that but the rules I have to go by say I cannot. So I am trying to set this up in a MVC application with functions available in MVC 5. Anything helpful is appreciated.