Hi Robert,
I've a private service with mapping and feature access capabalities enabled. Testing your widget with a layer based on that service (type="feature" with token) and using your original IdentifyWidget.xml, I got 'No results found' message. However, when I setup that layer at IdentifyWidget.xml file, as follow:
<layer>
<name>Parcelas Edicion</name>
<id>0</id>
<url>http://myserver/arcgis/rest/services/ESARM/ESARM_ALTIPLANO/FeatureServer</url>
<fields>
<field name="created_user" alias="created_user"/>
<field name="created_date" alias="created_date"/>
<field name="last_edited_user" alias="last_edited_user"/>
<field name="last_edited_date" alias="last_edited_date"/>
</fields>
<links/>
<zoomscale>2000</zoomscale>
<forcescale>true</forcescale>
</layer>
the viewer display the login screen (see attached file) as soon as I active your widget, and even entering correct credentials I always got 'No results found' message. Any idea?
Besides, including that layer in config.xml as type=dynamic and in IdentifyWidget.xml filtering some fields, the login window is displayed as well. Any idea?
Thanks.