When a user is authenticated a Claim can be made. It will contain information about the user. A claim consists of a name and value pair. A claim for an authenticated user could for example be:
- Name
- Firstname
- Lastname
- Role
- Phone
- Location
- Job
- Etc…
When using claims the Authorization Module is using specific claims to check for rights, before allowing the user to access a specific resource.