We are using Session.Log(username, password) option to log into Laserfiche repository but this expects a local account and its associated credentials but we want to use domain/windows account. As per Session.Login() method's description it "logs in to currently connected repository using the current threads windows credentials" but not sure how to use it.
Any example?