漏洞
漏洞 ID 编号 | BUG-000159030 |
---|---|
已提交 | June 12, 2023 |
上次修改时间 | September 26, 2024 |
适用范围 | ArcGIS Online |
找到的版本 | February 2023 |
操作系统 | Windows OS |
操作系统版本 | N/A |
状态 | In Review |
Turn on automatic account creation for SAML logins in the organization and have the user sign up using this option.
Add the user manually with the ArcGIS API for Python with the gis.user.create() method, and set the idp_username parameter manually:
user1 = gis.users.create(username = 'test_user@domain.com_org_url_key',
password = 'password',
firstname = 'User',
lastname = 'Test',
email = 'test_user@domain.com',
role = 'Viewer',
idp_username = "test'user@domain.com",
user_type = 'Viewer',
provider = 'enterprise')
漏洞 ID: BUG-000159030
软件:
获取来自 ArcGIS 专家的帮助
下载 Esri 支持应用程序