WCF - wsHttpBinding with UserName Autentication and Message - error message “An error occurred when processing the security tokens in the message”
问题 I'm trying to create WCF applications with username authentication. And this error occurring. This is the service configuration: Web.config <?xml version="1.0"?> <configuration> <system.web> <compilation debug="true" targetFramework="4.0" /> </system.web> <system.serviceModel> <services> <service name="Jsl.BureauInf.Services.BureauInfSVC" behaviorConfiguration="ServiceBehavior"> <endpoint address="" binding="wsHttpBinding" contract="Jsl.BureauInf.Contracts.ICliente" bindingConfiguration=