I have used
credentials.Add (AuthRequestMessage.CREDENTIAL_USERNAME, LoginViewModel.Account);
credentials.Add (AuthRequestMessage.CREDENTIAL_PASSWORD, LoginViewModel.Password);
credentials.Add (AuthRequestMessage.CREDENTIAL_DOMAIN, "ITJH");
credentials.Add (AuthRequestMessage.CREDENTIAL_WINDOWS_SECURITY_TOKEN, "1");
Log on to the server.
And realized IAuthenticationProvider through the database user password authentication users.
I want to ask me how to get the current logged-in user service side.
Like the asp.net Server.User property as convenient.
Comments: ** Comment from web user: yallie **
credentials.Add (AuthRequestMessage.CREDENTIAL_USERNAME, LoginViewModel.Account);
credentials.Add (AuthRequestMessage.CREDENTIAL_PASSWORD, LoginViewModel.Password);
credentials.Add (AuthRequestMessage.CREDENTIAL_DOMAIN, "ITJH");
credentials.Add (AuthRequestMessage.CREDENTIAL_WINDOWS_SECURITY_TOKEN, "1");
Log on to the server.
And realized IAuthenticationProvider through the database user password authentication users.
I want to ask me how to get the current logged-in user service side.
Like the asp.net Server.User property as convenient.
Comments: ** Comment from web user: yallie **
Hi!
Please use the DISCUSSIONS tab for tech support questions.
I've created a thread for you here:
https://zyan.codeplex.com/discussions/452211