laptop and a wrench

Bug

A windows domain user who is not a named user in Portal for ArcGIS is unable to view a public web map in the Web AppBuilder for ArcGIS (Developer Edition) application.

Last Published: October 12, 2015 ArcGIS Web AppBuilder for Developers
Bug ID Number BUG-000090281
SubmittedAugust 26, 2015
Last ModifiedAugust 21, 2020
SeverityMedium
Applies toArcGIS Web AppBuilder for Developers
Version found1.2
Operating SystemWindows
Operating System Version2008 R2 64 Bit
Version Fixed1.3
StatusFixed

Additional Information

This bug is fixed in version 1.3 of Web AppBuilder for ArcGIS (Developer Edition).

Workaround

1. In the web application folder unzipped in IIS, open the following file, C:/inetpub/wwwroot/webapp/jimu.js/ConfigLoader.js 2. Press Ctrl + F to find 'credential.ssl'. The following is the section of code. if(credential.ssl){ //if credential.ssl, it means that the protal is allSSL enabled if(window.location.protocol === 'http:' && !tokenUtils.isInConfigOrPreviewWindow()){ window.location.href = portalUrlUtils.setHttpsProtocol(window.location.href); return; 3. Change the If statement to: if(credential && credential.ssl){

Steps to Reproduce

Bug ID: BUG-000090281

Software:

  • ArcGIS Web AppBuilder for Developers

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic