Top "Wcf-security" questions

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

WCF Service Binding using allowInsecureTransport=true causes Update Service Reference in Client to fail

This is my service configuration in web.config: <binding name="statefulSessionWithUsernameOverTransport"> <security authenticationMode="SecureConversation" requireSecurityContextCancellation="False" allowInsecureTransport="…

.net wcf exception-handling wcf-security wcf-configuration
Find a WCF service caller's Active Directory domain username

Consider a WCF service using WsHttpBinding for which only the domain users are allowed to call this service. How can …

c# wcf wcf-security
Identifying WCF Client ID

I have a WCF web service that exposes several business methods. I also have two clients - an asp.net …

c# wcf wcf-security
WCF certificate chain trust authentication: "The caller was not authenticated by the service."

I would like to use certificate-based encryption and verification when communicating with a WCF service. So I created test certificates, "…

wcf certificate wcf-security ws-security
How to programmatically turn off security in WCF

I've been working with WCF the last two days and it was going very well with the server and client …

wcf wcf-security