Can somebody please explain, what the claim mechanism means in new ASP.NET Identity Core?
As I can see, there is an AspNetUserLogins
table, which contains UserId
, LoginProvider
and ProviderKey
.
But, I still can’t understand or find any information on when data is added to the AspNetUserClaims
table and what situations this table is used for?