What is and how does Claims in asp.Net identity work?

3

What is and how Claims works in asp.Net identity?

In what real use example would we use Claims?

What's the benefit of using them?

Sample codes?

    
asked by anonymous 27.08.2014 / 03:44

1 answer

2

Authentication using claims instead of assigning users to groups, you arrow claims to the user. This way, you have greater flexibility in managing permissions.

Links:

link

link

link

    
28.08.2014 / 15:47