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

Fix SAML Auth Init method #15

Open pfoppe opened 7 years ago

pfoppe commented 7 years ago

Specifically set Kerberos Auth Hanlder in the init code not as a parameter...

saml_auth = HTTPKerberosAuth(mutual_authentication = OPTIONAL)