The temporary access token is not available in the new developer dashboard.
上次发布: March 3, 2021ArcGIS Platform
漏洞 ID 编号
BUG-000137681
已提交
February 24, 2021
上次修改时间
June 5, 2024
适用范围
ArcGIS Platform
找到的版本
N/A
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Removal of the temporary access token was an intended change. The options to get a token for applications are:
1. Use the Temporary Token generated with application credentials when registering an application on the OAuth 2.0 page in the developer site: https://developers.arcgis.com/documentation/security-and-authentication/oauth-2.0/register-your-application
Note: This application credentials generated token has limitations as outlined here: https://developers.arcgis.com/documentation/security-and-authentication/other-authentication-methods/application-credentials/#limitations-of-using-application-credentials
2. Generate a token via the GenerateToken operation: https://developers.arcgis.com/rest/services-reference/generate-token.htm
3. Use OAuth 2.0 to generate a token: https://developers.arcgis.com/documentation/security-and-authentication/oauth-2.0/