You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Google OIDC implementation is not really standards-compliant. It's not an EE specific issue. I'm not sure where the right place would be to report this to Google, but it's documented on the web in various threads, some examples:
In OIDC an offline_access scope is usually supported, but Google added a proprietary access_type parameter instead.
openEO follows the OIDC specification and Google deriving slightly from it just makes it not work nicely together.
I don't want to hardcode specific behaviour into generic openEO libraries just for Google.
The Google OIDC implementation is not really standards-compliant. It's not an EE specific issue. I'm not sure where the right place would be to report this to Google, but it's documented on the web in various threads, some examples:
In OIDC an offline_access scope is usually supported, but Google added a proprietary access_type parameter instead.
openEO follows the OIDC specification and Google deriving slightly from it just makes it not work nicely together.
I don't want to hardcode specific behaviour into generic openEO libraries just for Google.
Something we could think about is Open-EO/openeo-api#534
The text was updated successfully, but these errors were encountered: