0

Hi,

We are in the process of migrating a system from SharePoint 2010->2013.

One of the main reasons is to take advantage of OWA 2013 for consumption of documents on mobile devices.

Now we have run into a bit of a problem, we have an Active-X control written in C# that consumes SharePoint web services via WCF to display certain facets from our SharePoint document management system to our users.

Now with classic auth set on our web app and NTLM auth, we have no issues everything works as expected, the moment we switch the webapp over to claims auth so we can integrate with OWA2013 all the service calls from our Active-X control then fail with unauthorised.

So far I have discovered that the call via WCF is completing the NTLM negotiation and the unauthorised is being thrown by SharePoint.

What I believe is happening here is the WCF client in the active-x control is unable to generate/pass the correct FedAuth / claims token to pass in the http header for claims auth on the server side to authorise it.

However after lots of googling around I’m no closer to solving the problem.

Does anybody out there know the correct way to consume SharePoint 2013 web services via WCF when claims auth is enabled on the SharePoint webapp?

Thanks,

Andy.

(Visited 93 times, 1 visits today)
Add a Comment