Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
156 stars 42 forks source link

Automatically refresh OIDC access token with client credentials grant #436

Closed soxofaan closed 1 year ago

soxofaan commented 1 year ago

OIDC client credentials are meant for machine-to-machine and possibly long-running use cases. When initial access token expires the client should automatically request a new access token (a feature we already have with refresh tokens: #298 )

soxofaan commented 1 year ago

done