WCF Service in Azure with ClaimsIdentity over SSL
- by Sunil Ramu
Hello ,
Created a WCF service as a WebRole using Azure and a client windows application which refers to this service. The Cloud Service is refered to a certificate which is created using the "Hands On Lab" given in windows identity foundation. The Web Service is hosted in IIS and it works perfect when executed.
I've created a client windows app…