I am trying to make the best use of Identity Core. In Identity, I am seeing, there are 7 tables like this-
In there, I am curious about this table-
Which can be found in here.
I am trying to use this table for claim based authentication where Super Admin can assign claims onto any role. So that Roles could be dynamic. So, what I am thinking is something like this-
But there is no table exists named Claim
or close to this.
That is why I am thinking I have some gap in my knowledge. But there is no clear documentation known to me on this topic as far as I have found.
Can anyone please let me know,
- How can I add an entry to the RoleClaim table?
- Why there is no Claim table in Identity?
- Is there any clear documentation regarding this?
I have found one close to my need, but I am not sure. The doc can be found in here and here. Thanks in advance for helping.
Re-
If needed, my total code can be found in here.