DOI-BLM/requests-arcgis-auth
Authentication handler for using Esri ArcGIS for Server and Portal (ArcGIS Online) Token Authentication with Python Requests
Python
Issues
- 2
- 0
Remove the NTLM support/dependancies
#41 opened by pfoppe - 0
- 1
Cannot obtain an access_token a second time (no refresh_token is available) for Portal SAML Auth
#16 opened by pfoppe - 0
Resolve a performance hit when token is expired and the download content is large
#39 opened by pfoppe - 1
- 0
Incompatible with Python 3.x
#21 opened by pfoppe - 0
AGOL Mar 2019 Update: Broke SAML Auth - unable to parse response to obtain oAuthInf
#36 opened by pfoppe - 0
Consider adding a helper function to determine the site security posture (derive user name, prompt for pwd)
#35 opened by pfoppe - 0
- 1
force f=json on all requests?
#11 opened by pfoppe - 1
Add a 'get_token' property to the auth handlers
#28 opened by pfoppe - 1
Forcing a POST request DOES have implications. Stumbled across some admin urls that only support GET
#33 opened by pfoppe - 1
Support Admin API Tokens (ArcGIS Server)
#34 opened by pfoppe - 1
- 0
- 0
"ValueError: too many values to unpack" if any query string parameter value has the '=' char (ArcGISPortalSAMLAuth)
#29 opened by pfoppe - 1
ArcGISPortalAuth cannot complete token authentication if the HEAD method is not supported
#27 opened by pfoppe - 0
- 1
Add Doc Strings
#19 opened by pfoppe - 0
Refactor ArcGISPortalTokenAuth to use OAuth2
#20 opened by pfoppe - 1
update wiki to reflect 'Verify' parameter
#17 opened by pfoppe - 1
- 0
Fix SAML Auth Init method
#15 opened by pfoppe - 0
Exception Handling - failed first request
#14 opened by pfoppe - 0
use the prepared request 'verify' to determine if cert checking should be completed
#13 opened by pfoppe - 0
AGOL - re acquire refresh_token if expired
#12 opened by pfoppe - 1
- 0
- 2
- 0
Handle Invalid Credentials
#4 opened by pfoppe - 1
Handle Expired Tokens
#1 opened by pfoppe