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
25 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
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 ...
0
votes
0answers
26 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
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 ...
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 ...
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
1answer
203 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
19 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
94 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
1answer
163 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
1answer
260 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
0answers
144 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
474 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
62 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
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
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
1answer
697 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
175 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
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 ...
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 ...
0
votes
1answer
787 views

Custom People Picker ADFS by Claim Provider

I have a farm with claim based / ADFS configured.. I have some Web Services running on it and the "EnsureUser(domain\name)" doesn't work, as people picker do. I read a lot of stuff online, I try to ...
0
votes
1answer
1k 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 ...
0
votes
2answers
223 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
727 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 ...
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 ...
0
votes
2answers
2k views

Windows Authentication getting access denied after migrating from Classic to Claims-based authentication

We had an existing web application using classic mode authentication. We changed the existing site to use Claims based authentication for Windows accounts and enabled Forms Based Authentication (FBA) ...
0
votes
1answer
133 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 ...
0
votes
1answer
133 views

Can I configure LiveID in PROD environment skipping INT one?

I have a problem with the registration test LiveId account via https://login.live-int.com/ I need to get PUID user required in the LiveID integration process with SharePoint 2010. The problem is ...
0
votes
2answers
671 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
1answer
409 views

SharePoint 2010 Service Application Proxy & My Site Settings

I have a SharePoint 2010 site configured with Claims based FBA. I have also made My Site work with FBA. My question is: In 2007 I would create a separate SSP for FBA-based My Site and set all ...
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 2 3 4