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:
Interesting, I will look into that, thank you.
have you been able to solve this issues. As i am facing the same complication too.
As far as I know creating a profile with a SAML log in is not possible as this time.