Questions related to the authentication and authorization services for Windows Communication Foundation (WCF) applications
My question is in regards to the best (aka "least painful") way to secure access to a WCF service that …
wcf wcf-securityI am using a wcf service that I created, when both hosting machine and the client machine are on the …
c# wcf wcf-securityI created a proxy of a Web Service with Visual Studio 2008, and it created for me the following entry in …
wcf wcf-security wcf-authenticationAll, 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-securityI have followed numerous msdn articles and the codeplex guidance but cannot get WCF to work with Kerberos authentication and …
wcf wcf-security kerberosIt'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 x509certificateI 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-configurationI'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 x509certificateI 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-securityIt 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