Top "Wcf-security" questions

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

The identity check failed for the outgoing message. The expected identity is

Had a wcf service running fine on my machine. Moved it to a server and am now getting the above …

c# wcf wcf-security x509certificate
WCF Security: Difference between TransportWithMessageCredential and Message Security Mode

I would like to know the difference between TransportWithMessageCredential Vs Message in terms of WCF security. What I know is: …

wcf security encryption wcf-security
How to create self-signed certificate programmatically for WCF service?

I 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-signed
WCF 4.0 REST username password authentication

I 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-rest
OAuth 2.0 integrated with REST WCF Service application

I 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-security
IDX10500: Signature validation failed. Unable to resolve SecurityKeyIdentifier

What might the reason be that I get the exception below when trying to validate a token. TokenValidationParameters validationParameters = new …

c# .net security wcf-security jwt
How do I trigger the browser's Basic Authentication dialog from an AJAX call?

I'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-security
There was no channel actively listening at wcf

I 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-wshttpbinding
How to use System.IdentityModel in own client-server application

I'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