Questions related to the authentication and authorization services for Windows Communication Foundation (WCF) applications
I'm having a problem using a WCF call from a Windows service to my WCF service running on my web …
xml wcf web-services wcf-securityI 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-securityThe authentication schemes configured on the host ('Anonymous') do not allow those configured on the binding 'BasicHttpBinding' ('Negotiate'). Please ensure …
wcf wcf-security basichttpbinding transport-securityIs 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 basichttpbindingI'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-clientI'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-securityWhat are the differences between security mode="Transport" and security mode="TransportCredentialOnly" when I use it with BasicHttpBinding and setup …
wcf wcf-securityI am developing a WCF web service and I used the WCF Service Application template to do that. Does creating …
wcf wcf-binding wcf-securityI 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 ntlmAfter 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