Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
306 views

Can NameIdentifier and IdentityProvider (WIF) claims be used to uniquely identify any user?

Thinking of using Access Control Service (ACS) and Windows Identity Foundation (WIF) to secure my WCF Data Services Web API application. How can I use claims to uniquely identify a user? My idea is ...
3
votes
1answer
205 views

Properly authenticating against WCF service in a Claims environment

SharePoint web applications in Claims authentication mode supports NTLM, but only through the following steps: HTTP 302 redirect to a second location. HTTP 401 challenge for NTLM auth HTTP 401 ...
2
votes
1answer
210 views

WCF service in SharePoint 2010 doesn't do impersionation, or even pass credentials

The SharePoint portal is in Claims mode, and the service is hosted in /_vti_bin. I'm using the MultipleBaseAddressBasicHttpBindingServiceHostFactory, as per ...
2
votes
2answers
648 views

How do I overcome the double-hop problem when going from SharePoint 2010 BDC to WCF service to SQL Server

We have a SharePoint application that needs to retrieve external data from a WCF service, which in turn gets data from an SQL server (2005). SharePoint is authenticated over NTLM, and the credentials ...
2
votes
4answers
2k views

ASP.Net WCF service's Thread.CurrentPrincipal is being thrown away by some interceptor in a Federated (WIF) environment

I have a per-call WCF service that's being hosted in IIS (.svc). In the service's constructor, I set Thread.CurrentPrincipal = HttpContext.Current.User as per this article. In this case ...
1
vote
0answers
68 views

Windows Azure Access Control & WPF?

Anyone has worked with Windows Azure Access Control & WPF Client? I like authentication of Zune Client with Live ID. I need authenticate with Windows Live ID in my WPF app. I have a Website that ...
1
vote
1answer
65 views

Is claim based authorization with wcf on winXP possible?

I'm currently reading a book about WIF. This technology sounds very good and fitting to our project, but unfortunately we have to support win xp... So my question is obvious, can I use the claim ...
1
vote
0answers
358 views

SharePoint 2010 Custom Claims Provider

All, I've recently tried to implement a custom claims provider inside SharePoint 2010. The claims get populated with some business logic from a database. The claims appear to be making it on to ...
1
vote
1answer
828 views

Impersonation in WCF service hosted in Claims-authenticated SharePoint 2010

I have a WCF service which uses wsHttpBinding with message security and windows authentication. A console application service client is able to call the service, and I can see that both the ...
1
vote
2answers
403 views

Getting 403 response when trying to access file in SharePoint list via WebClient

I’m trying to access a file in a SharePoint list using System.Net.WebClient. The list has anonymous access disabled (when we turn it on, it works) and we’re using Claims-Based Authentication. I know ...
1
vote
1answer
211 views

How do I request additional claims from Passive STS with WIF?

I have the following: A website ASP.Net application acting as an Identity Provider (IDP STS) Federation Provider (FP STS) A Resource ASP.NET MVC WebSite acting as (RP) when trying to access a ...
1
vote
0answers
285 views

Sharepoint 2010 Claims in BDC

I would like my BDC ReadList()-operation to fetch objects based on email from a user claim. I tried using IClaimsPrincipal in a webpart, with no problem, but I can't get it to work in BDC model. ...
0
votes
0answers
19 views

Consume Claims-aware WCF from Cocoa Touch

Has anybody attempted this? I can imagine constructing the final SOAP message with SAML info is not a TOO big a problem. What gets me is how to call the STS to get the claims/ticket/SAML.
0
votes
0answers
33 views

Claims to windows token service impersonated token

I have a claims based SharePoint 2010 website where I need to call out to a back end non-claims aware system (K2 blackpearl). So to achieve this I am attempting to use the claims to windows token ...
0
votes
0answers
108 views

SPContext.Current null when accessing Sharepoint WCF using AJAX

I want to set up a WCF that can be called by AJAX from a javascript loaded from a custom webpart on our Sharepoint Foundation 2010 site. To simplify the processing on the Javascript side I want to ...
0
votes
1answer
83 views

Storing claims in a database - schema suggestions?

We hare currently looking into claim based authentication, and testing a custom STS using WIF. We have been discussing how to store claims in a database. In many simple examples, the claims are ...
0
votes
2answers
98 views

WIF STS, different “kinds” of users, applications and claims

We are currently looking into implementing our own STS (Microsoft WIF) for authenticating our users, and in that process we have come up with a few questions that we haven’t been able to answer. We ...
0
votes
2answers
187 views

How to use SharePoint 2010 STS as Identity Provider

I want to used SharePoint 2010 STS with the role of an IdentityProvider for a standalone ASP.NET application. How can I do that? Update: My requirement is the following: build and ASP.NET app that ...
0
votes
0answers
66 views

SharePoint Claims authentication and web.config role authorizations

I am trying to secure a few application pages with role base authorizations can't seem to get it working , if I set a deny rule for all users the rule works, but anything with a specific group or ...
0
votes
1answer
157 views

SharePoint SPClaimProvider details/usage

I have to implement my own SPClaimProvider for PeoplePicker. There are some methods to override. Problem: I can't figure out some methods/parameters usage. All of these methods are claims specific. ...
0
votes
1answer
193 views

Problem with WCF service hosted in Sharepoint in Claims mode

I have a sharepoint server configured for Https in Claims mode. I have hosted a WCF Service in the sharepoint server. This WCF server uses client certificate for authentication. The WCF service uses ...
0
votes
0answers
160 views

Passing Claims through a web front end to a WCF service

I've been working on a disconnected WCF system with a web front end that needs to authenticate against a RP using Windows Identity Foundation. The basic setup is as follows; RP (+ claims) -> Web ...
0
votes
1answer
287 views

Calling Net Tcp WCF Service from Claims based SharePoint

I have a windows service that runs a WCF Net Tcp binding service. All binding and endpoint information is set programmatically. _host.AddServiceEndpoint(typeof(IService), new NetTcpBinding(), ...
0
votes
1answer
1k views

SharePoint 2010 Claims Auth/FBA - Reset password not working

I have a SP site with Claims Authentication and FBA setup. Dual auth Win/Forms is working perfectly. I have a asp:PasswordRecovery control on app page. It appears to lookup the account correctly - ...
0
votes
2answers
433 views

Ntlm-authentication against basicHttpBinding WCF service, using Claims

This specific claims-authenticated environment happens to be SharePoint. SharePoint has its own http modules which enforce the claims authentication. Unauthenticated access will result in a set of ...
0
votes
1answer
219 views

Windows identity foundation claims access from wcf service

when I try to get the Claims from the WCF method implementation, I get an object of type System.Security.Principal.WindowsPrincipal and it should be an object of type ...
0
votes
1answer
345 views

Claims based Authentication with JAVA based STS?

We have a java based STS service .We would like to use this STS for claims based authentication provided by WIF . Can someone provide some insight into how this can be acheieved ? All the examples I ...
0
votes
1answer
362 views

Claims-based Authentication: Are strings the essence of claims?

I've been programming with claims-based authentication for some time now with Windows Identity Foundation. It appears to me that in Windows Identity Foundation, once a user is logged in, the claims ...
0
votes
1answer
168 views

Geneva Server STS

My requirement is the claims assigned to a user are company aware so say for example User 1: is publisher for Product Manager for Company 1 but the same user is only editor for Company B. Can this be ...