arcgis-map-ipywidget
Advanced tools
Comparing version 1.5.0-beta.24 to 1.5.0-beta.25
{ | ||
"name": "arcgis-map-ipywidget", | ||
"version": "1.5.0-beta.24", | ||
"version": "1.5.0-beta.25", | ||
"description": "The map widget for the ArcGIS API for Python", | ||
@@ -5,0 +5,0 @@ "author": "esri", |
@@ -959,3 +959,8 @@ //The main module that exports the javascript widget class | ||
} | ||
this._portal = new Portal({authMode: 'immediate'}); | ||
this._portal = new Portal({ | ||
authMode: 'immediate', | ||
allSSL: false, | ||
canSignInArcGIS: true, | ||
canSignInIDP: true, | ||
authorizedCrossOriginDomains: [esriConfig.portalUrl,]}); | ||
this._portal.load().then(() => { | ||
@@ -962,0 +967,0 @@ resolve(this._portal); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3176627
4637