Relationship between Microsoft.AspNetCore.Identity.EntityFrameworkCore and AAD
Hey guys, I read a bunch of Azure Active Directory documents and see that they recommend us not to save Principle User into our own database
But the AspNetCore.Identity do just that
If I'm in a system that already implement AspNetCore.Identity
What should I do those identity columns and tables inside my database ?
0 Replies