laptop and a wrench

Erro

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 do Erro BUG-000159030
EnviadoJune 12, 2023
Última ModificaçãoSeptember 26, 2024
Aplica-se àArcGIS Online
Versão encontradaFebruary 2023
Sistema OperacionalWindows OS
Versão do Sistema OperacionalN/A
StatusIn Review

Solução Provisória

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

Etapas para Reproduzir

ID do Erro: BUG-000159030

Software:

  • ArcGIS Online

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download