Portal for ArcGIS REST API successfully generates tokens where the maximum expiration time requested is greater than actual expiration.
上次发布: January 8, 2018Portal for ArcGIS
漏洞 ID 编号
BUG-000106724
已提交
July 20, 2017
上次修改时间
February 13, 2025
适用范围
Portal for ArcGIS
找到的版本
10.5.1
操作系统
Windows OS
操作系统版本
2012 R2
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is an expected behavior. The maximum length of time a token can be generated for is defined with the 'maxTokenExpirationMinutes' under /sharing/rest/portals/self. The maximum value that can be set is 20160 minutes (2 weeks). If a generate token request is made with a value greater than this maximum, the token is created but with an expiration that matches this maximum.