I was hoping someone could clear up some confusion I have with using domain credentials to run a function. We use remedy for our ticket system, which normally uses an SSO library to authenticate using fat client and web brower authentication on the web version. I would like to be able to use the remedy .net API which uses domain credentials to login.
My main issue is that we are not able to type our passwords because of Group policy, so how do I pass my credentials to the remedy API?
If possible I would like to use the credentials of the person logged on. If it meant using a smartcard that would not be an issue, as long as I could use the credentials inside the remedy API.
Example:
BMC.ARSystem.Server arserver = new BMC.ARSystem.Server();
arserver.Login("servername", "username", "password", "");