Tagged Questions
1
vote
3answers
648 views
How to get claims from SPUser object
Is it possible to read claims by using the SPUser object only?
STS is used as claimsprovider.
All examples I have found use:
var claimsPrincipal = Page.User as IClaimsPrincipal;
claimsIdentity = ...