Right now, the Livelink we use is set up so that it automatically logs in with the same username and password a user uses to log in to windows. How do you mimic this functionality within an Application - that is, how do you sign in to livelink through the Authentication web service automatically using the windows username/password? I've tried a few thing (extracting ot the username of the currently runnin process, permanently storing the uses username and password on their machines after they use the code once (dangerous, and I'd like them to neve rhave to manually login)). I've seen a few examples of using it on a web based platform but not within an actual c# app.
Thanks in Advance