Our LC server is setup to authenticate with Active Directory. I have a C# application that is calling SOAP services on the server. I'd love to have my application pass the current users credentials instead of using basic authentication.
Can this be done?