Open-EO / openeo-r-client

R client package for working with openEO backends
https://open-eo.github.io/openeo-r-client
Apache License 2.0
61 stars 17 forks source link

Login Issues at EODC #142

Closed flahn closed 8 months ago

flahn commented 1 year ago

From https://discuss.eodc.eu/t/sentinel2-l1c-ard-processing-no-data-found/503/11

Login with https://openeo-dev.eodc.eu does not work. Probably the interpretation of the default auth client does have a problem here.

flahn commented 1 year ago

login(provider=NULL) is called as a default. When this happens, then the first OIDC provider is picked. For EODC this is Google which does not offer "default_clients" which causes the problem.