ASP.NET Identity and Claims

10

Still about ASP.NET Identity , following another question I asked about it ( ASP.NET Identity Example using SQL Server ), an interesting topic within the same subject would be about < in> Claims .

What is it about? What would be a basic implementation for didactic purposes?

    
asked by anonymous 19.05.2014 / 18:58

1 answer

9

What is it about?

Claims are pieces of data that form an identity. An identity is any and all information used to uniquely identify a user.

A basic implementation, for teaching purposes

#

However, if the example is not enough, I'll design a project to demonstrate how it works and host it on GitHub.

    
27.05.2014 / 08:43