Scene Viewer in Portal for ArcGIS constantly prompts for authentication in Internet Explorer when adding a resource from another server that uses Integrated Windows Authentication (IWA).
上次发布: November 9, 2017Portal for ArcGIS
漏洞 ID 编号
BUG-000105343
已提交
May 23, 2017
上次修改时间
August 5, 2024
适用范围
Portal for ArcGIS
找到的版本
10.5
操作系统
Windows OS
操作系统版本
2012 R2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The original problem reported (sign-in loop) is actually a known limitation of IWA, which cannot be used via proxy, thus the app tries to authenticate multiple times in a loop. (Note that in 3D proxy or CORS is required to download images because of stricter webgl requirements for rendering images, so this is not a problem in the MapViewer.)
To make the Scene Viewer open the service without the proxy using Cross Origin Resource Sharing (CORS) the server must be added to the Trusted Servers list. This however might still not work in IE / Microsoft Edge (but works in all other browsers) due to a bug with their implementation of IWA with xhr: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/11018116/
If users run the Scene Viewer in an updated version of Microsoft Edge with the fix installed, this solution works. We could not find any information about a fix being available for Internet Explorer users.