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

4
votes
1answer
340 views

How to Consume OData or Web Services from Office 365 on Windows Phone?

I am struggling to consume a web service of Office 365 like _vti_bin/lists.asmx. I found good documentation and an example of how to work with SharePoint and Forms Based Authentication in the ...
4
votes
1answer
305 views

Sharepoint 2007 to 2010 conversion and authentication

I'm consulting on a project that needs help passing authenticated user to other .Net applications on the same domain from Sharepoint to standard .Net & classic asp sites. Currently in SP 2007, ...
2
votes
1answer
228 views

Windows Authentication and Trusted Identity Provider - User mapping to a single identity store

First, let me describe the scenario: I have a Web Application with 2 enabled Identity Providers Windows Authentication Custom Trusted Identity Provider (that provider handles PingFederate SAML ...
2
votes
1answer
201 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 ...
1
vote
1answer
46 views

NTLM web service call to sharepoint 2013 web application with claim authentication over NTLM users

I have a webservice (no vcf) with Windows authentication(impersonate="true"), that uses the SharePoint 2013 Object Model. When I call a webservice method that operates on a SharePoint Web Application ...
1
vote
1answer
58 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 ...
1
vote
1answer
228 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. ...
1
vote
1answer
420 views

Claims Authentication Unexpected Error in Developer Dashboard

The error below is listed in the developer dashboard in our environments. We have recently changed to claims authentication. The contentdatabase has been converted from classical authentication. We ...
1
vote
1answer
161 views

SharePoint claims with single sign on redirects when accessing _trust subdirectory

I have developed a cutom STS/Identity provider/SSO (Single sign on) website in MVC3 which acts as a claims provider. This site signs on a user to a sharepoint site using WSFederation. It correctly ...
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: ...
0
votes
1answer
18 views

Editing Appearance of Lookup Field in SP Workflow Email

I have a workflow that sends an email when a new item is added to a list. The email includes the creator of the new item, which uses a lookup value. CurrentItem-CreatedBy-String = [%Current ...
0
votes
1answer
193 views

Claim Based Authentication in Sharepoint 2013

I have created one Claim based authentication web application in sharepoint 2013. I have done all configuration from this link.. ...
0
votes
1answer
256 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
75 views

Claim Types in Sharepoint 2010

I am currently working on SAML2.0 to SAML1.0 conversion.How can i define my own Claim Type. Currently there are few claim types which can be passed and understood by sharepoint ...
0
votes
1answer
289 views

Progrmatically How to avoid _login\default.aspx when multiple TIPS are added to the web application in sharepoint 2010?

I have a requirement as follows. On a single web application extranet zone, multiple tips are installed using Site Minder. Here is my question, when i try to access a site, site minder login page ...
0
votes
1answer
681 views

AD FS. SPWeb.EnsureUser exception on AD user

We use ADFS and have a problem. The PeoplePicker find users and show a string such as: "UserDisplayName [Active Directory]". But the page throws the following error: ...
0
votes
1answer
174 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 ...
0
votes
1answer
588 views

SPSecurityTokenService.Issue() failed: System.ArgumentException: Cannot get Membership Provider with name xxxxx

Really need help with this issue. I've been struggling for about 4 hours today with this issue and no luck.. Tried everything and every article out there but obviously missed something. Here's the ...
0
votes
1answer
109 views

Sharepoint - user can log in only from one computer

We are using claims based authentication and observing strange behavior - one user can log in only from one browser (computer). The second the same user logs in on second browser (computer) his ...
2
votes
0answers
25 views

Central login page - different portals (SP2010)

I would like to have some advice for the logical structure for a corporate portal. I really appreciate your feedback. AS IS At the moment we have a 'partly' public facing site. Assuming this site is ...
2
votes
0answers
566 views

Sharepoint 2013 mixed mode authentication custom login

I've configured 2 zones in sharepoint 2013. Both zones are configured to use NTLM and FBA authentication in order to have full availability of all users in the people picker. My extranet zone (FBA) ...
2
votes
0answers
227 views

Claims/Forms Auth and Secure Store - good use?

I have a need to provide single sign on capabilities within the same enterprise - meaning sometimes I'll need access to the user's name and password. A few examples: SSO to OWA (forms based) SSO ...
2
votes
0answers
90 views

Sharepoint - user can log in only from one computer

We are using claims based authentication and observing strange behavior - one user can log in only from one browser. The moment the same user logs in from the second browser his session dies in the ...
2
votes
0answers
994 views

SharePoint 2010 FBA InfoPath access denied to webservice

I have a SharePoint 2010 web application using Claims based authentication. Anonymous access enabled Windows authentication enabled, integrated Windows authentication, NTLM Forms Based ...
2
votes
0answers
366 views

Using Person field in Datasheet view with Claims/FBA

Is it possible to use a person field in datasheet view when the site is configured to use Claims/FBA? It's currently not working, when I click the field I get the usual dropdown but it has a check box ...
2
votes
0answers
80 views

Authentication not persisting with Claims

We are using Claims Based Authentication for an application that was upgraded from 2007. It actually uses a custom forms provider for the front-end, but to edit content we use Windows Authentication. ...
2
votes
0answers
548 views

NullReferenceException on LogOut, LogInAsAnotherUser

After getting Kerberos working with Classic authentication, we're trying to switch to Kerberos & Claims-Based authentication. This seems to work with respect to logging in, but we get ...
2
votes
0answers
388 views

Pass custom data to FBA Membership Provider

I need to have some additional data sent to each call to my membership provider. For example SPClaimsUtility.AuthenticateFormsUser takes a URI, a username and a password. The username and password ...
1
vote
0answers
33 views

Sharepoint foundation 2013, claims/FBA based authentiction and SSO

My Scenerio is this: I have a big client that supplies services to a few partners of his. he would like to create a sharepoint farm (hosted on a VM) for each of his clients, installed with ...
1
vote
0answers
25 views

Elevated Account during unit testing when using Claims Based Authentication

I am using SharePoint 2010 and we have switched to using Claims Based Authentication. When I run unit tests and running code with elevated privileges the web.CurrentUser.LoginName is ...
1
vote
0answers
294 views

Claim Based Authentication user LoginName and People Picker problem

I have a problem with People Picker in my claim based app: From People Picker finds many instance of the same user From Code EnsureUser(Domain\Name) doesn't work at all From Code EnsureUser(email) ...
1
vote
0answers
214 views

Sharing authentication ticket between apps in different subdomains

I'm working with a SharePoint farm that has one content web application and one My Sites web application. The apps are configured for clamis-based authentication using a combination of OpenSSO and ...
1
vote
0answers
386 views

Custom SPClaimProvider with Context Impersonation throwing exception

I have written a custom SPClaimProvider for my SharePoint 2010 site. It seemed to be working for couple of days and it started throwing exception whenever I elevate the privileges or user Context ...
0
votes
0answers
7 views

Access denied on claims based authentication

We have a SharePoint project which using claims based authenticate. It works well on our development, but fail on client DEV/UAT environment. Here are what we have done: The SharePoint service ...
0
votes
0answers
26 views

SP2010 Claims Access Denied

Something happened in the course of two days where all claims users are getting access denied. This is what my claims id looks like when looking at policy for web application (it has full control ...
0
votes
0answers
27 views

Sharepoint 2010 login layout page gives Access denied error

SharePoint is showing strange behavior that when I use my Custom login page which is using the credentials entered to get authenticated by my Custom Security Token service (Trusted Identity provider) ...
0
votes
0answers
22 views

Sharepoint - SAML Authentication

I have a Sharepoint web application running on SAML security (based on user e-mail). I have a problem with one user that is not managing to log-in. Basically the IT admin, have done a mistake and have ...
0
votes
0answers
24 views

Claims-based Authentication webtest using HttpWebRequest

We are running Sharepoint 2010 and claims based authentication. I would like to to a web test with HttpWebRequest: Login as user X post a form (which I know how it looks like, I e all textboxes ...
0
votes
0answers
39 views

Native SSRS reports inside SPO 2013 with claims-based authentication

We have 1000s of SSRS 2005 reports in native SSRS mode and about 300 hosted inside SharePoint 2007 in SP integrated mode. As we consider moving to SPO 2013 (o365) SSRS is not offered with SPO, and ...
0
votes
0answers
30 views

Basic Authentication problem with a custom folder in Layouts

In our SharePoint solution we are going to use basic authentication along with SSL for authenticating the users to our site. However we have added a folder to the layouts folder where we have our ...
0
votes
0answers
61 views

SharePoint 2010 authentication mode changed

Few days ago a lot of users on my portal (SP 2010) in SiteUserInfoList have changed their account view to i:0#.w|< domain name>\< username>, like i:0#.w|domain\user. According to this article ...
0
votes
0answers
18 views

How to get signin url value using sharepoint url?

In claims based authentication using ADFS2.0, We will be automatically redirected to the signin url and tries to authenticate. That means we are giving only sharepoint url, username and password as ...
0
votes
0answers
89 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?
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 ...
0
votes
0answers
14 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
0answers
142 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
46 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
0answers
124 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 ...
0
votes
0answers
57 views

Search by Author: domain\user or email or Name and Surname?

I have a problem with search "by Author" in sharepoint 2010. I have 2 farms, one with Windows Auth and one with Claim Based... I have an application that has to work in the same way in each ...

1 2