What is the claims in ASP .NET Identity

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?

4 Answers
4

Leave a Comment