Avishkar Tamang

Avishkar Tamang

  • NA
  • 78
  • 7.4k

.net core Adding identity to existing user and roles

Feb 20 2019 4:17 PM
I have a .netcore project with existing user and role database. I want to add identity asp.net core identity to my existing role and user classes.
I want to my data context to implement IdentityDbcontext<user,role,int> and adjust the domain , modify seed function and add migration as needed.

Answers (2)