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

0
votes
0answers
8 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
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 ...
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
34 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 ...
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 ...
2
votes
1answer
34 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 ...
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
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 ...
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 ...
0
votes
0answers
40 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
20 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, ...
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 ...
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 ...
3
votes
1answer
141 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 ...
1
vote
1answer
77 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 ...
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 ...
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
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.. ...
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 ...
2
votes
0answers
567 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
259 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
234 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. ...
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?
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 ...
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
565 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 ...
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.
2
votes
2answers
145 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 ...
2
votes
1answer
113 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 ...
0
votes
1answer
160 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 ...
2
votes
1answer
229 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
2answers
110 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 ...
6
votes
2answers
188 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 ...
1
vote
1answer
229 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. ...
0
votes
4answers
551 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
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 ...
1
vote
1answer
89 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
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
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
1answer
438 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
61 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
210 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 ...
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
259 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 ...
4
votes
1answer
88 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 ...

1 2 3 4