anyone can explain what is relation between identity and claim authentication with example.
i found below one
- Claims Based
- ASP.NET Identity supports claims-based authentication, where the user’s identity is represented as a set of claims. Claims allow developers to be a lot more expressive in describing a user’s identity than roles allow. Whereas role membership is just a boolean (member or non-member), a claim can include rich information about the user’s identity and membership.
what is claim ?
is it any kind of authentication system ?
i guess claim is token based auth......am i right ?
give me a scenario that when identity use claim auth. thanks