You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
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.