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:
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:
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.