WCF via Windows Service - Authenticating 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/11 6:33 UTC
Read the original article Hit count: 558

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 privileges 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