laptop and a wrench

漏洞

ArcGIS API for Python is unable to access hosted feature layers in a portal with Integrated Windows Authentication (IWA) configured, unless the layer is shared with 'Everyone'.

上次发布: July 18, 2019 ArcGIS API for Python
漏洞 ID 编号 BUG-000109779
已提交November 27, 2017
上次修改时间June 5, 2024
适用范围ArcGIS API for Python
找到的版本1.2.4
操作系统Windows OS
操作系统版本7.0 64 Bit
修正版本N/A
状态Fixed

附加信息

This issue is fixed in the 1.2.5 update.

解决办法

Share the hosted feature layer item to 'Everyone'.ORUse the built-in authentication with Portal for ArcGIS:import arcgisfrom arcgis.gis import GISuser = "username"password = "password"url = "http://webadaptorhost.domain.com/webadaptorname"gis = GIS(url, user, password)fs = gis.content.get('InsertHostedFeatureServiceItemID')print (fs.layers)

重现步骤

漏洞 ID: BUG-000109779

软件:

  • ArcGIS API for Python

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项