Select to view content in your preferred language

How to create a profile with SAML log-in

1641
12
02-28-2023 08:39 AM
ellipsol
Regular Contributor

I want to create a GIS profile for my SAML log-in, but it's giving me an error. I check the password is correct, and so is the user name. When I run the script below using my ArcGIS Log in, it works just fine. Does anyone know how to create a profile with a SAML log in?

Here is the general script:

 

from arcgis.gis import GIS
from other import pw
gis_profile = GIS("https://subdomain.maps.arcgis.com", "user@name", pw, profile="ArcGISOnlinePJ")

print("Profile defined for {}".format(gis_profile))

 

 

Here is the error:

ellipsol_0-1677602291433.png

 

Tags (2)
0 Kudos
12 Replies
ellipsol
Regular Contributor

Interesting, I will look into that, thank you.

0 Kudos
UmerSarfaraz
New Contributor

have you been able to solve this issues. As i am facing the same complication too.

0 Kudos
ellipsol
Regular Contributor

As far as I know creating a profile with a SAML log in is not possible as this time. 

0 Kudos