Hi Everyone,
The usual way to get token is sending username and password as parameters:
authToken = authClient.AuthenticateUser(UserName, UserPassword);
Is there any way to get a token without sending password for users already authenticated in AD?
Thanks,
Alex