I want to use Windows authentication and then use the Identity tables for managing users and roles. I don’t need to have the login/register/password retrieval etc. I saw this question but it doesn’t work for me.
ASP.NET Core Identity with Windows Authentication
How can I use Windows authentication and then have the user populate the correct Identity objects? My last question was closed because it was too vague. I really just need to ask Sven, the OP of the article I linked, if he has the complete code in github so I can look at what I’m doing wrong.