ArcGIS Web AppBuilder developer edition prompts for login on separate browser tabs or windows even after authenticating through Open Authorization (OAuth) at least once for the same application.
上次发布: March 24, 2023ArcGIS Web AppBuilder developer edition
漏洞 ID 编号
BUG-000149132
已提交
May 10, 2022
上次修改时间
May 29, 2025
适用范围
ArcGIS Web AppBuilder developer edition
找到的版本
2.24
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
Users must log in again in a separate tab because the sessionStorage is not shared between the tabs. When users log in, the app stores the login credential in sessionStorage (when not selecting 'Keep me signed in') or localStorage (when selecting 'Keep me signed in').
解决办法
Check the 'Keep me signed in' option.
Duplicate the tab instead of opening a new tab as duplicated tabs share the sessionStorage.