问题 I am trying to move away from WebForms and learn MVC, specifically using the new ASP.NET Identity model. However, I cant seem to find any formal documentation from Microsoft, that demonstrates how to create a claims object, and store it in a database for a authenticated user. My site, needs to do the following: Authentication a user - TICK Create a Claim, and store user information in it, so that I can use it throughout the session - NO TICK Pull back the users roles from the new ASP.NET