Anybody can tell me the purpose of the aspNetUserClaim, AspNetUserRoles and AspNetRoles tables in the identity database that is created by default in mvc?
I could see that AspNetUserLogins is used to store information when users login with 3rd parties login (fb, tweeter, etc..)
Thanks.