Top "Wcf-security" questions

Questions related to the authentication and authorization services for Windows Communication Foundation (WCF) applications

Correct way communicate WSSE Usernametoken for SOAP webservice

I am attempting to consume a web service through its corresponding wsdl. This service is dependent upon authentication conforming to …

c# wcf visual-studio-2010 wcf-security ws-security
The authentication schemes configured on the host ('Anonymous') do not allow those configured on the binding 'BasicHttpBinding' ('Negotiate').

The authentication schemes configured on the host ('Anonymous') do not allow those configured on the binding 'BasicHttpBinding' ('Negotiate'). Please ensure …

wcf wcf-security basichttpbinding transport-security
How can I use WCF with the basichttpbinding only , SSL and Basic Authentication in IIS?

Is it possible to setup a WCF service with SSL and Basic Authentication in IIS using only the BasicHttpBinding-binding? (I …

wcf ssl wcf-binding wcf-security basichttpbinding
WCF client endpoint: SecurityNegotiationException without <dns>

I'm having a strange situation here. I got it working, but I don't understand why. Situation is as follows: There …

wcf configuration dns wcf-security wcf-client
Can not call web service with basic authentication using WCF

I've been given a web service written in Java that I'm not able to make any changes to. It requires …

wcf web-services .net-3.5 wcf-security
What are the differences between security mode="Transport" and security mode="TransportCredentialOnly"

What are the differences between security mode="Transport" and security mode="TransportCredentialOnly" when I use it with BasicHttpBinding and setup …

wcf wcf-security
What is the difference between a WCF Service Application and a WCF Service Library?

I am developing a WCF web service and I used the WCF Service Application template to do that. Does creating …

wcf wcf-binding wcf-security
Using Fiddler to sniff Visual Studio 2013 requests (proxy firewall)

I am having issues with Visual Studio 2013 and our corporate proxy (signin does not work, updates do not work, visual …

visual-studio proxy wcf-security fiddler ntlm
X.509 certificate can't find with "FindBySubjectName"

After a brutal struggle with WCF Security, I think I'm at the final stage now and can see the light. …

wcf ssl certificate x509certificate wcf-security