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.

learn more… | top users | synonyms

2
votes
1answer
214 views

Top Visitors Report displaying IP addresses

We have a SharePoint 2010 CBA site where anonymous access is disabled. Recently the Top Visitors reports started displaying IP addresses. Could this be related to client vpn's? I havent been able to ...
0
votes
0answers
108 views

SharePoint Foundation, SQL Server Express & Forms Based Authentication

Are there any limitations to use SharePoint Foundation with a SQL Server Express and using Forms Based Authentication to log in?
1
vote
1answer
73 views

Windows Claims / Forms Claims - Augmentation - How to

Can claims augmentation be used to "map" a Windows Claim to a Forms Claim? Scenario: WebApp1: Forms Claims Auth (LDAP Provider) WebApp2: Windows Claims Auth With Claims Augmentation, can I make ...
0
votes
0answers
82 views

Claims FBA with a remote active directory membership provider

I plan on setting up Claims FBA using the AD membership provider, but I would like to use a AD Domain that is remote (not the domain that the SP Farm lives on). Is this possible? Is it any different ...
1
vote
2answers
821 views

SharePoint 2013, ADFS, “not a trusted issuer”

First let me start by saying I feel like this is an easy question, but I am beating my head against the wall on it. I am trying to get SharePoint 2013 to accept claims from another organization's ...
4
votes
4answers
1k views

How can we use facebook login to authenticate to SharePoint

I know SharePoint 2010 has claims based authentication. First off, is it possible to use facebook as the authentication mechanism in SharePoint 2010? If it is possible what are the steps needed from ...
0
votes
1answer
178 views

FBA + Ldap Authentication: Email as the username

I have a web application configured with FBA and LDAP. It working as expected and users are able to login but they have to use their username not email address. What changes do I need to make to allow ...
0
votes
0answers
15 views

How to use SupportsUserKey and SupportsUserSpecificHierarchy

Am implementing a Custom SPClaimProvider What is the use of SupportsUserKey and SupportsUserSpecificHierarchy I couldn't find any articles explaining the uses of these.
0
votes
1answer
179 views

SPUtility.GetPrincipalsInGroup not working when claims authentication is enabled

Method SPUtility.GetPrincipalsInGroup can be used to resolve users that belongs to a AD Group. However, when claims authentication is enabled, this method doesn't work as expected. Is there another ...
2
votes
2answers
177 views

SPSite.RootWeb.AllProperties is null Claims Authentication

I just created a new WebApplication & Site Collection in sharepoint. Note : WebApplication uses Claims Authentication mode, Custom Trusted Identity Provider for my application. In powershell ...
0
votes
2answers
113 views

SSO in SharePoint

I'm completely new to the activities like Single Sign On configuration. I need to implement SSO in my SharePoint Web Application for a one time login using AD credentials. Somebody please provide any ...
1
vote
3answers
135 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 ...
2
votes
1answer
121 views

pickerentity.key with Claims

In a Sharepoint 2010 page, I am using a people picker to pick users or groups, SPgroups as well as Active directory groups. I am then retrieving every item that was picked as a PickerEntity.Key which ...
4
votes
1answer
997 views

Sharepoint 2010 SSO with Forefront TMG

We have a SharePoint 2010 site which we would like to SSO users into from an existing ASP.NET (Forms auth) website on which they are already authenticated. However the users need to be logged into ...
5
votes
1answer
305 views

Strategy for correct external authentication?

I'm a bit confused about the different terminology, components and steps to make my scenario work. I'm working on a SP 2010 platform that can have multiple authentication mechanisms : Anonymous, ...
5
votes
3answers
279 views

Always getting access denied for all loginaccounts

I'm in a middle of a process of setting sp_accounts to sp services and for some wrong behaviour I'm always getting access denied when enter the webapp for all accounts. Claims service could be the ...
0
votes
1answer
84 views

Implement Claim based authentication

I need some guidance about how to implement Claim based authentication. I need to enable my users to login using windows LiveId or google id... Can any one share the Powershell script to achieve this ...
3
votes
3answers
2k views

People Picker attempts to use claim based authentication but the web application authentication provider is classic / windows

We recently in-place upgraded our sharepoint 2007 to sharepoint 2010. We were using Windows authentication in the 2007 environment and wish to continue doing so in the 2010 environment. The ...
4
votes
1answer
103 views

Claims-based Windows login acting different on pre-IE10 and IE10

I have a custom claims-based login page which works correctly in Firefox, Chrome, and IE 10. The login page is a standard "choose your login type" scenario that redirects to _windows for Windows ...
0
votes
1answer
1k views

LDAP Authentication - connection string

I am setting up claims auth for a site which needs to use LDAP. The connection needs to be made using a certain user account so I need to pass in the password. Does anybody has an example of a ...
1
vote
1answer
288 views

Custom Claims Provider in Specific Zone

We have a custom IdP/STS (Identity Provider/Security Token Service) used as a trusted provider in all Internet zones of our applications that fall under our umbrella of SSO enabled applications. ...
7
votes
1answer
758 views

Claims and ADFS - EnsureUser throws SPException on user who exists

I have setup a web app in SP2010 with ADFS and NTLM authentication enabled. We have code that runs SPUser.EnsureUser() that fails looking up a user account that exists in the hidden user list ...
0
votes
1answer
274 views

Trusted Identity Token Issuer - remove claim provider name

I have sharepoint 2010 with ADFS. I also created custom claims provider and set it's name as ClaimProviderName property of SPTrustedIdentityTokenIssuer for ADFS. But now I'd like the default ADFS ...
0
votes
1answer
288 views

Getting error “Cannot get Role Manager with name aspnetsqlroleprovider”, even without using this provider

I'm working on a large SharePoint farm that use claims authentication. We are using both Integrated authentication, and a custom provider called "myprovider". However, I'm getting random error event ...
1
vote
2answers
1k views

Multiple webapplications using same STS?

I have set up and SP 2010 web application with claims based authentication with simple, custom STS. How can I connect another web application to the same STS? For my first web application I used a ...
1
vote
1answer
100 views

How to insert Case Sensitive Login Name for a Sharepoint User

I'm in a claim based installation of sharepoint 2010. My users are matched by user GUID in this form: provider|GUID@mydomain.dom My GUID is case sensitive. If I use ...
0
votes
0answers
146 views

User Profile - MultiloginAccounts - Claims: Forms Based Auth and Windows

In SharePoint 2010, I'm using Forms Based Auth with the LDAP role and membership providers. I have the SPS-ClaimID mapped properly so the Forms Based Profile is sync/mapped to the AD Profile. What ...
0
votes
0answers
48 views

Can a user authenticated via claims be mapped to that user's Active Directory Account?

I would like to provide a user that logs in through claims the same experience as if he or she logged in via his or her AD account. Have the same permissions, be a member of the same audiences, have ...
0
votes
0answers
76 views

impersonation to work on a net.tcp-binding

I have tried to get impersonation to work on a WCF-net.tcp-connection to work in a Sharepoint solution with Claims Based authentication. I have a related post(below) but I'll try to narrow it down to ...
0
votes
1answer
542 views

Trouble with Claims Auth

My knowledge of claims is weak so please forgive me if something doesn't make sense. When I try to log in to the SharePoint site using claims, I get the error: Unknown SPRequest error occurred. ...
0
votes
2answers
65 views

Multiple authentications for web applciation and sub site

I've root site collection MainSite. Also I have another site collectionSubSite hosted on "http://MainSit/SubSite" and "http://MainSit/SubSite1". Question: Is it possible to have Anonymous ...
0
votes
3answers
235 views

Active Directory Federation Services and SharePoint

Here is my situation; we are developing a sharepoint portal that should be accessed from multiple different domains. And users from different domains should not enter their credentials. As far as i ...
0
votes
2answers
142 views

FBA web app user permissions replicate to full control even after login

I have made a web application with Form Based Authentication that uses a custom form. Then each user is suppsed to enter the restricted area with their specific permissions. What happens instead is ...
0
votes
1answer
43 views

Editing Column names

How to edit a column name in Sharepoint ?When O rename a column I can't get by the code to column name. if (properties.List.Title == "Wpisy") { SPList lstOtherList = ...
0
votes
4answers
998 views

Custom Claim Provider - What is the fix for “Error loading the claim provider assembly”?

I have implemented a custom SPClaimProvider that is doing claims augmentation in the FillClaimsForEntity method. I have packaged this as a SharePoint feature and deploy it in a WSP. I am trying to ...
2
votes
2answers
1k views

Can I convert Claims Authentication to Classic Mode?

Is there a way to convert Claims Authentication to Classic? Also, if I want to start with Windows Authentication and then have the possibility to change to forms Authentication in the future, which ...
0
votes
2answers
232 views

User claims in custom claim provider

I have a custom claims provider and now I got this new requirement to augment some new claims based on claims which user already has. How can I get user claims which are already augmented (eg. those ...
0
votes
0answers
126 views

SharePoint 2010 Foundation Search not working for Claims Authentication!

I have SharePoint 2010 Foundation site with Web Application named (abc) is created at port 80. It Includes Claims based Authentication enabled in Default Zone. I have both Windows Auth with Ntlm and ...
1
vote
1answer
168 views

Authentication - multiple web domains

We use claims based authentication and have one application running, say www.abc.com This application authenticates against AD via claimns provider. We would like to deploy another web site: ...
4
votes
2answers
829 views

Office 365 SharePoint Authentication from Objective-C on IOS

I want to create an IOS app that connects to my Office365 SharePoint team site using the list rest services. How do I do authentication? Any examples?
0
votes
2answers
227 views

Identify SharePoint 2010 exception

I a problem with identifying the origin of the exception in SP 2010 Enterprise. Environment: Standalone SP2010 AAM configured Authentication: Claims based. SSL enabled. Description: New web ...
0
votes
2answers
2k views

Why i am getting a Following error while implementing Custom Membership Provider in SharePoint 2010?

implementing custom membership provider in sharepoint 2010 I am getting the following error. I am getting this error in the following page. http://home:55555/_admin/WebApplicationList.aspx? I copy ...
0
votes
1answer
138 views

Is it possible to use SharePoint Logger from MS P&P SharePoint 2010 Guidance Library when user is not authenticated?

I am working on custom authentication for SharePoint 2010. And I found very useful to use SharePoint Logger from MS P&P SharePoint 2010 Guidance Library. It works fine when I get instance of ...
3
votes
2answers
752 views

SharePoint 2013 using Claims-based Authentication

As I understand it, SP 2013 will run on .NET Framework 4.5. Claims-based authentication runs on WIF. In .NET Framework 4.5, WIF (2.0) has been substantially updated (changes). How will this update ...
0
votes
1answer
1k views

Map ADFS Claims to Sharepoint Pofile

i've set up claims based authentication with SPTrustedIdentityTokenIssuer using ADFS 2.0 as a backend. Within my ADFS 2.0 i've set up rules to send the LDAP Email as Email, LDAP Surname as Surname and ...
2
votes
1answer
196 views

Windows Auth and Forms with LDAP provider - merge identity?

I have a need to handle two unique authentication scenarios: "Off network" - provide a login form (Forms based auth) "In Network" - traditional windows auth / no form This is the same user base - ...
3
votes
1answer
549 views

FBA SharePoint 2010 and login in Word

I have tried to get into Claim based authentication using FBA as with AspNetSqlRoleProvider and AspNetSqlMembershipProvider, I got it up and running. But there is one issue I can't get my head around. ...
1
vote
1answer
264 views

Why and when to use claims-based authentication?

I understand MS recommends claims-based authentication for new installations of SP 2010. This authentication model is based on WIF. It is a new authentication model available in SP 2010. But, I would ...
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 ...
0
votes
1answer
2k views

Sharepoint Authentication Windows and Custom Login Form

We're trying to find a way to implement a rater tricky scenario. We want to create a web app with Claims Based Windows Authentication, so that in a machine in the local domain the authentication is ...