WCF via Windows Service - Authinticating Clients
- by Sean
I am a WCF / Security Newb. I have created a WCF service which is hosted via a windows service. The WCF service grabs data from a 3rd party data source that is secured via windows authentication. I need to either:
Pass the client's priveleges through the windows service, through the WCF service and into the 3rd party data source, or...
Limit who can call the windows service / wcf service to members of a particular AD group.
Any suggestions on how I can do either of these tasks?