Employee Database and Microsoft Identity tables relation using .net core
Hi Everyone,
I am doing an employee management application using .net core and MS SQL Server.
I am using database first approach. After completing my project now I have added MS Identity into my project. I have added migration and new Identity tables have added into my database.
Problem, is this that how I will login as an employee, since I have one table for Employee and one identity table called AspNetUser?