WCF via Windows Service - Authinticating Clients

Posted by Sean on Stack Overflow See other posts from Stack Overflow or by Sean
Published on 2010-04-10T16:04:55Z Indexed on 2010/04/10 16:13 UTC
Read the original article Hit count: 459

Filed under:
|

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:

  1. Pass the client's priveleges through the windows service, through the WCF service and into the 3rd party data source, or...

  2. 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?

© Stack Overflow or respective owner

Related posts about wcf

Related posts about .NET