Tagged Questions
0
votes
2answers
146 views
Site Minder People Picker should work like windows authentication results
I have a custom STS(Site Minder) and windows authentication configured for sharepoint web application. In the people picker for Windows authentication, I can search by first name, last name, email id. ...
1
vote
3answers
130 views
Claims Authentication (ADFS &STS)
Can i have ADFS authentication mechanism for 1 subsite and SSO implementation for 3-4 subsites ?
i am using Claims based authentication.I have ADFS already configured.I have 1 webapplication and have ...
1
vote
3answers
663 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 = ...