Please download and extract the contents of the attached zip file on any CP client that is unable to connect to a Mi-Token server for credential validations.
Once downloaded and extracted, open a command-line window and run the following command:
WinHttpSendRequestTester.exe YOUR_SERVER_NAME "/mi-token/api/authentication/v4/RawHttpWithSSL/AnonGetGroupSID?domain=YOUR_DOMAIN_NAME&username=YOUR_USER_NAME&debugMode=verbose"
Replace:
YOUR_SERVER_NAME with your canonical server name where the Mi-Token API is installed.
YOUR_DOMAIN_NAME with the domain name your user account belongs to, for instance: contoso.com
YOUR_USER_NAME with your AD username, for instance: john_doe
The command will let you know if there is an error while trying a request to the authentication server. The following is a sample screenshot of the program output where an error is found:
The screenshot below is a sample of a correct execution:
For testing an OTP use the following command. Replace SERVER (in blue) with the Server name or IP Address
WinHttpSendRequestTester.exe SERVER "/mi-token/api/authentication/v4/RawHttpWithSSL/AnonVerifyOTPEx?username=DOMAIN\USERNAME&usertype=domain&flags=1&otp=873997"