Hi - I'm using the ArcGIS for iOS App (not the API) to connect to our server hosting a mobile web map, which has some secure services. The "everyone" services appear in the app just fine. The secure services do prompt the user for authentication, and I enter the proper credentials (that work on the rest endpoint in a browser) but it continuously prompts for username and password. If I cancel it prompts for the next secure service. Eventually, I see the map with unsecured service(s) and the Info view shows the entire list of services in the mobile map. But I don't actually get the data of course. What could be wrong with my security configuration? I'm using ArcGIs Server 10 SP1 and iOS APP 1.8.5
Thanks,
{
"operationalLayers": [ {
"url": "http://domain.com/ArcGIS/rest/services/folderName/serviceName/MapServer",
"visibility": true,
"opacity": 1,
"mode": 1,
"title": "JEI WQ Locations"
}],
"baseMap": {
"baseMapLayers": [{
"opacity": 1,
"visibility": true,
"url": "http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"
}],
"title": "JEI Water Quality Map"
},
"widgets": null,
"version": "1.1"
}
Server Information Current Version: 10.02 SOAP URL: http://FTMSGIS2/arcgis/services Secure SOAP URL: https://FTMSGIS2:443/arcgis/services Authentication Information: Is Token Based Security : True Token Service Url : https://gis2.johnsoneng.com/ArcGIS/tokens Supported Interfaces: REST
SOAP URL: http://gis2.johnsoneng.com/arcgis/services Secure SOAP URL: https://gis2.johnsoneng.com:443/arcgis/services Authentication Information: Is Token Based Security : True Token Service Url : https://gis2.johnsoneng.com/ArcGIS/tokens Supported Interfaces: REST