Tagged Questions
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 ...
1
vote
1answer
65 views
Ideal way to Secure Custom Application
We are developing an application which is going to do some CRUD operations for a couple lists and offer our customers to download files.
We are using REST services as well as Sharepoint Web Services.
...
1
vote
1answer
404 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 ...
4
votes
4answers
1k views
Call SharePoint WCF web service protected by claims based authentication
I'm using SharePoint 2010 as a document store for a front-end .NET application. The SharePoint farm is using Claims Based Authentication. I want to call a WCF web service on the farm with a ...
3
votes
1answer
1k views
Is SPContext.Current Supposed to Be null in Custom WCF Service?
Here is the scenario:
Custom WCF Service deployed in SharePoint 2010
Site is using Claims Based authentication (FBA, NTLM)
.svc is deployed to ISAPI in the hive
Service is configured using custom ...
0
votes
2answers
687 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 ...