Top "Wcf-security" questions

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

Securing WCF service using basicHttpBinding which supports streaming

My question is in regards to the best (aka "least painful") way to secure access to a WCF service that …

wcf wcf-security
WCF The Security Support Provider Interface (SSPI) negotiation failed

I am using a wcf service that I created, when both hosting machine and the client machine are on the …

c# wcf wcf-security
Connect with WCF to a WebService authenticated with username/password

I created a proxy of a Web Service with Visual Studio 2008, and it created for me the following entry in …

wcf wcf-security wcf-authentication
Invalid or expired security context token in WCF web service

All, I have a WCF web service (let's called service "B") hosted under IIS using a service account (VM, Windows 2003 …

c# wcf iis active-directory wcf-security
WCF and Kerberos Authentication

I have followed numerous msdn articles and the codeplex guidance but cannot get WCF to work with Kerberos authentication and …

wcf wcf-security kerberos
Signing SOAP messages using X.509 certificate from WCF service to Java webservice

It's my first question over the web. Hope it will make sense. I have seen several blogs related to this …

c# wcf web-services wcf-security x509certificate
How to enable HTTPS in WCF service

I have hosted my service on IIS. Hosted service has applied SSL certificate and on browse of URL, it appears …

wcf https wcf-security basichttpbinding wcf-configuration
'MANAGE PRIVATE KEYS' option missing

I'm developing WCF service with Transport Security hosted on IIS 7.5 under Windows 2008R2. I have a certificate, generated in IIS 7.5 …

c# wcf wcf-security x509certificate
WCF Error : 'It is likely that certificate 'my cert' may not have a private key that is capable of key exchange

I have a WCF service I'm trying to host on our production web server (IIS6). I've set the web up …

c# wcf iis wcf-binding wcf-security
WCF - Cannot obtain Metadata

It is running in an Intranet using IIS 7 and it works fine whenever I enable Anonymous Authentication in the IIS …

c# wcf wcf-binding wcf-security wcftestclient