Questions related to the authentication and authorization services for Windows Communication Foundation (WCF) applications
Had a wcf service running fine on my machine. Moved it to a server and am now getting the above …
c# wcf wcf-security x509certificateI would like to know the difference between TransportWithMessageCredential Vs Message in terms of WCF security. What I know is: …
wcf security encryption wcf-securityI have a self-hosted WCF server running as a Windows service under the Local System account. I am trying to …
c# .net certificate wcf-security self-signedI have been struggling with username/password authentication/authorization in a WCF 4.0 RESTfull service using the ASP.Net membership/role …
wcf wcf-security restful-authentication wcf-restI need help with integrating an Authentication layer OAuth2.0 with a REST Service using VS 2012 WCF Service application template in …
c# oauth-2.0 wcf-securityWhat might the reason be that I get the exception below when trying to validate a token. TokenValidationParameters validationParameters = new …
c# .net security wcf-security jwtI'm using basic authentication to secure a set of WCF web services exposed only inside our corporate network, and I …
javascript ajax wcf basic-authentication wcf-securityI have been working on a WCF service which is developed in VS 2008 and hosted in Windows Server 2008, IIS 7.0, When …
wcf wcf-security wcf-wshttpbindingI've got a simple client-server application based on TcpClient/TcpListener and SslStream. Clients can authenticate themselves to the server using …
c# wcf-security .net-3.0