What practical application of Claims in Asp.Net Identity. I read the documentation but really did not understand why they are?
For example, I have a table with Users users (First Name, Last Name, Mail, etc.), what will or should be stored in Claims?
What practical application of Claims in Asp.Net Identity. I read the documentation but really did not understand why they are?
For example, I have a table with Users users (First Name, Last Name, Mail, etc.), what will or should be stored in Claims?
Source: https://ru.stackoverflow.com/questions/715426/
All Articles