Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESRI ArcGIS REST FeatureServer Probe: support ESRI Token Auth #277

Closed
justb4 opened this issue Sep 17, 2019 · 1 comment
Closed

ESRI ArcGIS REST FeatureServer Probe: support ESRI Token Auth #277

justb4 opened this issue Sep 17, 2019 · 1 comment

Comments

@justb4
Copy link
Member

justb4 commented Sep 17, 2019

Intro

The existing GHC Resource authorization supports both Basic Auth and Bearer Token.
The latter results in setting HTTP Header: Authorization: Bearer <token>.

Problem

In some ESRI ArcGIS server configurations the following HTTP Header is required:
X-Esri-Authorization: Bearer <token>....

See details below and here

image

Possible Solution

Within the ESRI FS Probe, if the HTTP Header: Authorization: Bearer <token> is set, set also X-Esri-Authorization with the same value.

@justb4 justb4 self-assigned this Sep 17, 2019
@justb4 justb4 added this to the Version 0.7.0 milestone Sep 17, 2019
justb4 added a commit that referenced this issue Sep 17, 2019
* update all translation files plus doc HOWTO translations

* #268 drop de_DE translations ('de' only now)

* #9 add auth headers for WMS OWSLib calls

* #277 support ESRI ArcGIS Server token auth
@justb4
Copy link
Member Author

justb4 commented Sep 17, 2019

Fixed via #278 , closing.

@justb4 justb4 closed this as completed Sep 17, 2019
@justb4 justb4 moved this from In progress to Done in Stantec NL sponsored development Sep 17, 2019
justb4 added a commit that referenced this issue Sep 26, 2019
…es) Collections (#284)

* update all translation files plus doc HOWTO translations

* #268 drop de_DE translations ('de' only now)

* #9 add auth headers for WMS OWSLib calls

* #277 support ESRI ArcGIS Server token auth

* #283 change name to id for Collection identifier plus tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant