2
votes

I want to create asp.net core app with Identity management. Now I need give management of Users-Roles-Claims to the user. But There is now Claims table in Database. I have only following tables:

enter image description here

Before this I used Role-Rights base identity, I created this custom. So I had everything in database. I could fetch Rights List, gave this list to a Role. My database was as follow:

enter image description here

But in this Identity I can't do this logic.

Please tell me how to create management of Identity for such stuation. Thanks a lot.

1

1 Answers