Our Portal uses ADFS as our security model. In my Jupyter notebook, when if try to create a GIS:
gis = GIS("https://webadaptor.mydomain.com/portal", "my.username@mydomain.com", "mypassword")
I am informed that I cannot obtain a token:
Unable to generate token. Invalid username or password
With an extensive traceback and the bottom line of:
RuntimeError: Unable to generate token. Invalid username or password. (Error Code: 400)
The questions I have are:
- Can we use our ADFS security to create a GIS in the API?
- If yes, how do I do this?
TIA
--Dirk