Bug-ID-Nummer |
BUG-000160690 |
Eingereicht | August 16, 2023 |
Zuletzt geändert | February 14, 2025 |
Gilt für | Portal for ArcGIS |
Gefunden in Version | 11.1 |
Betriebssystem | Windows Server |
Betriebssystemversion | 2019 64 Bit |
Status | Will Not Be Addressed
Das Entwicklungsteam hat das Problem bzw. die Anforderung sorgfältig geprüft und ist zu dem Schluss gekommen, es nicht zu beheben bzw. keine weiteren Schritte zu unternehmen. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
In ArcGIS Enterprise 11.x, administrators have the ability to disable the built-in Portal for ArcGIS account. If the SAML and built-in accounts are enabled, ArcGIS API for Python authenticates successfully. The other alternative is to use 'use_gen_token=True' with the built-in account information. ArcGIS API for Python does not support SAML logins.
Workaround
Edit the authentication line to include 'use_gen_token=True'.
For example: gis = GIS(portal_url, username, password, use_gen_token=True)
Schritte zur Reproduzierung