If the integrated Windows authentication (Single sign-on) in JobRouter is activated, the Mobile Client has to be set up correctly for Single sign-on. Therefore, the parameter sso_auth has to be set in the config.txt file in the JobRouter directory mobile/config.
{
"api_port": "80",
"classic_dialogs": false,
"api_host": "http://example.com",
"classic_url": "http://example.com/jobrouter/",
"api_path": "/jobrouter/api/rest/v2",
"sso_auth": true
}
Open the IIS administration console and navigate to the directory api/rest in the JobRouter application. Select the menu point Authentication and activate the entry Anonymous Authentication additionally to the entry Window Authentication.
Please note: To use the integrated Windows Authentication, the option Single sign-on has to be activated in the JobRouter confirmation settings.