DOI-BLM / requests-arcgis-auth

Authentication handler for using Esri ArcGIS for Server and Portal (ArcGIS Online) Token Authentication with Python Requests
22 stars 1 forks source link

Handle sites that do not use Token Authentication (ex: NTLM or Kerberos). #5

Closed pfoppe closed 7 years ago

pfoppe commented 7 years ago

Should the token auth handler revert to Kerberos or NTLM if it is using web-tier security with windows authentication (MS Negotiate security provider)? Or... should that be rolled into a second auth handler called something like "ArcGISServerAuth" that could either inherit from AGSTokenAuthHandler AND NTLM AND Kerberos?

TBD