laptop and a wrench

Error

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

ArcGIS Online
Número de ID del error BUG-000159030
EnviadoJune 12, 2023
Última modificaciónSeptember 26, 2024
Relacionado conArcGIS Online
Versión encontradaFebruary 2023
Sistema operativoWindows OS
Versión de sistema operativoN/A
EstadoIn Review

Solución alternativa

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

Pasos para reproducir

ID del error: BUG-000159030

Software:

  • ArcGIS Online

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga