openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

Authentication documentation is wrong

Open Inquisitive-ME opened this issue 7 months ago • 2 comments

I am trying to understand how to use this package and the documentation is wrong

I try to follow This OIDC Authentication: Device Code Flow

And I get

    raise OpenEoClientException("No client_id found.")
openeo.rest.OpenEoClientException: No client_id found.

When I run

connection.authenticate_oidc_device()

I have no idea how you are supposed to authenticate

Inquisitive-ME avatar Jul 21 '24 15:07 Inquisitive-ME