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
0answers
11 views

claims/default zone issue

We have a 2010 environment with a Dev, stage, and production environment. We try to keep them identical (at least on stage and prod) the best we can. We are having a strange issue with getting our ...
0
votes
0answers
7 views

Select Domains to be Included by NT Authenticated Users?

Our SharePoint site has users from multiple domains. Users generally have an account for each domain ie: DOMAIN1\john.doe and DOMAIN2\john.doe. Users are authenticated by an ID card, that will log ...
3
votes
2answers
244 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 ...
0
votes
0answers
12 views

Claims Based Authentication in SharePoint 2013 Online Not working anymore

I'm trying to connect an application (desktop application) to SharePoint 2013 sites. I have a client webservice, the issue is Claims Based Authentication in SharePoint 2013 does not work: ...
1
vote
1answer
386 views

Simple Microsoft demo wcf service works on classic authentication web app, but fails on a claims based web app. Why?

This must be something very simple I just don't get. I create the demo wcf service by Microsoft: http://msdn.microsoft.com/en-us/library/ff521581.aspx I create two web applications on my SP2010 ...
0
votes
1answer
296 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
2answers
725 views

Can people picker resolve NTLM users in an FBA extended site

We have a SharePoint 2010 extranet web application that uses claims authentication. •The Intranet zone is using mixed authentication (NTLM against internal AD and FBA against a separate AD). •The ...
3
votes
3answers
1k views

Sharepoint 2010 windows authentication via login form (2 textboxes for username and password)

are there anyways to use a login form with a textbox for username and another one for password to authenticate a user with windows authentication ? like the image below, i want to use a login form ...
0
votes
0answers
11 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 ...
1
vote
1answer
53 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 ...
0
votes
1answer
599 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 ...
1
vote
1answer
1k views

Web Services and Claim Based Authentication Problem

I'm facing some problems accessing by Claim Based to my web service. On my App there's only Claim Based: windows auth is disabled and NTLM also. If I access to Sharepoint by web based interface, this ...
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 ...
1
vote
0answers
42 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 ...
6
votes
2answers
191 views

How to configure AD to enable SharePoint users to authenticate with username@custom.com rather than domain\username?

How can I configure Active Directory to enable SharePoint users to authenticate with username@custom.com rather than domain\username? I have done this before and by adding an item to the select box ...
0
votes
2answers
670 views

WCF service in claims-enabled SharePoint app

I have a WCF service hosted in a Claims-enabled SharePoint 2010 webapp. Using wsHttpBinding I can get a console client to use Windows (Kerberos) authentication against the service. Within the ...
0
votes
0answers
32 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
24 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 ...
2
votes
1answer
36 views

Unauthorized access to User Profile Service web service

I have two zones for my SP2010 site collection: default (uses Win Auth- claims) and internet (uses FBA to an AD user store). I have a WP which would call the User Profile Web Service and get some ...
2
votes
2answers
700 views

SharePoint 2010 Export to Excel Fails Claims Based Authentication

We have a 2010 SharePoint implementation and the clients are using Office 2007 SP2 and IE 8. Security is handled using claims-based authentication over http. In Office 2010 we are able to go to a ...
4
votes
1answer
306 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, ...
0
votes
1answer
20 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 ...
3
votes
2answers
317 views

How can I map a user authenticated via Claims Authentication to Active directory account?

I have a user that is logged into SharePoint via Claims Authentication and a custom STS. This provides the following claims: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authentication ...
1
vote
1answer
423 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
2answers
421 views

Claims Based Authentication- Windows Explorer Mode only works after installing SharePoint Designer on the client

I have a situation where users recieve the following error when trying to view a library/list in Explorer Mode: Your client does not support opening this list with Windows Explorer. We have ...
1
vote
0answers
26 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 ...
0
votes
0answers
25 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
1answer
694 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: ...
4
votes
1answer
346 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 ...
3
votes
1answer
151 views

Sign off of Windows with out of box LDAP provider on 2013 causes encodedValue error

I've hit upon yet another encodedValue error scenario: Exception of type 'System.ArgumentException' was thrown. Parameter name: encodedValue at ...
0
votes
0answers
41 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 ...
1
vote
1answer
21 views

Limiting a view based on authentication by writing qualified username

This article http://www.thesharepointbar.com/?p=340 how to limit a read on a user in BCS, but we can't find the correct syntax for fba-users. (MS Quote: If the login mode for the user is claims-based, ...
6
votes
2answers
1k views

Phone-Gap Claims Authentication against SharePoint in Office365 fails, probably because of HTTPOnly flag in cookie

I am coding an application using Phone Gap to connect to a Sharepoint in Office365. I need to use the REST services in Sharepoint Office 365 to add items to a list, but before that I need to ...
0
votes
4answers
568 views

Does Sharepoint 2013 Support SAML 2.0?

As SP2010 does not support SAML 2.0, I want to know if SP2013 supports SAML 2.0 tokens?
0
votes
0answers
32 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 ...
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
585 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) ...
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 ...
0
votes
1answer
78 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 ...
1
vote
1answer
81 views

Update Users Personal Settings on Sharepoint with Custom Trusted Login Provider

Am not able to see the logged in user's email address in the Personal Settings. I have configured Custom STS Provider on Sharepoint. I also have a claim type mapping like below. Can any one please ...
1
vote
2answers
165 views

Claim Based Auth Webapplication issue in SharePoint 2013

I have done FBA configuration in IIS. I am getting success to login through FBA User. But when click on sign out through any SharePoint user or FBA user, it will give error "Exception of type ...
0
votes
1answer
200 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
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 ...
2
votes
1answer
251 views

Does SharePoint 2013 support Single Sign Out?

Really simple question, that I can't seem to find a definitive answer for. Does SharePoint 2013 support single sign-out?
4
votes
1answer
97 views

Claims Auth, ADFS & Subject Alternate names

I currently have a wildcard cert *name.com with several subject alternate names. Inside the subject alternate names, there is an entry for name.net and several other variations. The URL of my ...
1
vote
1answer
266 views

Sharepoint claims authentication returns 500 internal server error

I have Sharepoint web app with claims based authentication and ADFS as Identity Provider. In my test enfironment ADFS and Sharepoint are on the same machine. I'm using TMG for mapping between external ...
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 ...
1
vote
1answer
238 views

70 - 667 Exam question confusion

I am bit confused with this question for 70 - 667 exam question, seems like there are more then 1 right answer to the question. You configure a SharePoint Server 2010 Service Pack 1 (SP1) farm. ...
2
votes
1answer
205 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
92 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 2 3 4