views:

32

answers:

1

Hi All,

I am trying to develop a web service which will be consumed by various clients on different platforms. I want to authenticate this web service such that the users who call my web service should be authenticated based on NT account they are logged in. My Web service will be hosted in the same domain as my users are, ie my company domain. Any help?

A: 

Do any of these answers help? http://stackoverflow.com/questions/1534061/how-to-use-ws-security-in-c

Kane