laptop and a wrench

Bug

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

ArcGIS Online
Bug-ID-Nummer BUG-000159030
EingereichtJune 12, 2023
Zuletzt geändertSeptember 26, 2024
Gilt fürArcGIS Online
Gefunden in VersionFebruary 2023
BetriebssystemWindows OS
BetriebssystemversionN/A
StatusIn Review

Workaround

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')

Schritte zur Reproduzierung

Bug-ID: BUG-000159030

Software:

  • ArcGIS Online

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln