laptop and a wrench

不具合

Unable to manually add a SAML user as an organization login to ArcGIS Online when the IDP username contains an apostrophe.

ArcGIS Online
不具合 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 Online

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動