Hello,
I have couple of WCF services and seperate web application that utilize methods exposed from WCF Services.
Web application is secured with LDAP authentication and custom roles.
WCF services is hosted in IIS in different server and has no security except default windows authentication
Now my problem is , even though the web application is secured, anyone within the company can write client for WCF services.
How can i secure my WCF Service so that only i or those i authorize can implement client.