requests-arcgis-auth icon indicating copy to clipboard operation
requests-arcgis-auth copied to clipboard

Refactor ArcGISPortalTokenAuth to use OAuth2

Open pfoppe opened this issue 6 years ago • 0 comments

Currently the ArcGISPortalTokenAuth class uses the deprecated 'gettoken' operation to acquire the authorization token. The newer more prefered workflow is to use the OAuth2 approach to acquire the token. There are baked in limitations with the 'gettoken' that would drive this request.

pfoppe avatar Nov 03 '17 16:11 pfoppe