Hello Derek,
now i managed it to install the API-Server with my trusted connection amocker@gk-domain. (before this I have deinstalled my Authorit-API, Authorit-Server, and Authorit-API-Server-Configuration-Tool. and reinstalled this componnents with the new user.)
Then I have used the General Concepts (Winforms, SOAP) sample. Whithin the project I managed it to connect my own Authorit.API. Then I replaced in the app.config the expression "http://localhost:9099/..." with "http://localhost:9098/..."
Finally I replaced in the mainForm.cs the expression original : var loginResponse = _authenticationClient.Login(txtLibrary.Text, txtUsername.Text, txtPassword.Text);
to var loginResponse = _authenticationClient.LoginWithActiveDirectory("authorit");//txtLibrary.Text);
authorit is the alias and also the name of my database on the server dbclust-win.gk.gk-software.com .
Pressing the login-Button during test I get the message : Login failed with response: FailureIncorrectUserOrPassword
But I use ActiveDirectory (-->trusted connection) and I don´t need any password or username (I thought so.). Thats why I have used
var loginResponse = _authenticationClient.LoginWithActiveDirectory("authorit");
Have you any idea?
Regards André
|
|