Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Claims aware identies

Brock Allen edited this page Oct 20, 2013 · 2 revisions

The UserAccount is claims-aware. This means it allows the storage of additional identity data in the forms of Claims. The UserAccount has APIs to add and remove claims to its claims collection. Once you've modified the claims collection, then it will be necessary to call the Update API on the UserAccountService.

If using the AuthenticationService from MembershipReboot, when the user logs in any claims in the UserAccount claims collection will be used to populate the ClaimsIdentity that models the authenticated user.

Clone this wiki locally