Claims-based identity is a common way for applications to acquire the identity information they need about users inside their organization, in other organizations, and on the Internet. It also provides a consistent approach for applications running on-premises or in the cloud.
7
votes
3answers
5k views
Why is GetUserProfileByName from InfoPath Forms Services with claims authentication failing?
I have a web application with an ADFS 2.0 trusted identity provider, and it's the only authentication provider. When I login, SharePoint correctly associates me with the my stored profile, but calls ...
10
votes
3answers
951 views
What are the claims supported by SharePoint?
I am passing Claims from a custom STS to SharePoint. It seems that some of the Claims are coming through OK to SharePoint, but not all. For example I am passing in the GivenName and Surname claims, ...
3
votes
2answers
2k views
improve People Picker search on a claims-based-authentification server (forms-based; FBA)
Long story short: On a SharePoint 2010 Server solution, which is using forms-based-authentification only, I want that the people picker search dialog works like any other usable search.
Rightnow it ...
2
votes
2answers
619 views
Sharepoint anonymous user search results
We have two zones - Default is Claims based and Custom is NTLM - this one is used for crawling.
My issue is that when I search under anonymous user - the protected content is returned, even though ...
1
vote
1answer
1k views
How to map Claims to SPUser object?
I have SharePoint 2010 with Claims Authentication (SAML / AD FS v2). I have made an incoming mapping for UPN, Role, CommonName. I want to show the user's "DisplayName" in the right corner (the Name on ...
1
vote
3answers
129 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 ...
0
votes
1answer
840 views
Forms Based Authentication Users in the SharePoint 2010 People Picker Not Working
I Created custom login page .
I use this code for login
if (Membership.ValidateUser(Username.Text, Password.Text))
{
SecurityToken tk = SPSecurityContext.SecurityTokenForFormsAuthentication(
...