Open-EO / openeo-js-client

JavaScript and TypeScript client for the openEO API.
https://open-eo.github.io/openeo-js-client/latest/
Apache License 2.0
15 stars 6 forks source link

Authentication via OIDC is missing #11

Closed christophfriedrich closed 4 years ago

christophfriedrich commented 5 years ago

So far, only authenticateBasic is available. The authenticateOIDC method exists, but the only thing it does is throwing an error: "Not implemented (yet)"

m-mohr commented 5 years ago

Potential library to use: https://github.com/IdentityModel/oidc-client-js

m-mohr commented 5 years ago

Part of the roadmap in README.md. Remove once the issue is closed.

m-mohr commented 4 years ago

Work started in the feature/oidc branch.

m-mohr commented 4 years ago

Experimental support is available, will be improved whenever requested/required.