I am trying to connect to a Portal that uses IWA and get an error:
<class 'pywintypes.error'>
Failed Kerberos authentication
I have tried both the domain accounts and the initial administrator account setup with same issue. Is it possible to login to a site with IWA? If so what am I not doing correct
target = GIS("https://pmydoamin.com/portal", "user@domain", "pwd", verify_cert=False)
Thanks