Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

Refreshing tokens on EGI check-in fails #201

Closed m-mohr closed 2 years ago

m-mohr commented 3 years ago

When trying to refresh an access token with a refresh token obtained by EGI check-in (so after 15mins previously, 8 hours now), I get an error message that it failed and I have to login again. It worked in the past with refresh tokens from EURAC, so I need to check why it doesn't work with EGI.

m-mohr commented 2 years ago

The issue is likely the missing offline_access scope: https://github.com/Open-EO/openeo-aggregator/issues/26 so likely not a web editor issue.