Unable to authenticate ArcGIS API for Python in ArcGIS Enterprise 11.1 using a Security Assertion Markup Language (SAML) account and "invalid username or password" error is returned.
ArcGIS API for Python
漏洞 ID 编号
BUG-000170931
已提交
September 23, 2024
上次修改时间
February 7, 2025
适用范围
ArcGIS API for Python
找到的版本
N/A
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
SAML is an industry standard that requires a browser. Most identity providers do not simply accept a username and password, but require multi-factor authentication, making it impractical to authenticate via SAML from scripts. This is a well-known and accepted limitation of the SAML protocol. There are other means to authenticate from a script or application such as using a refresh token, app tokens, or built-in service accounts.