Open-EO / Open-EO/openeo-python-client
Authentication documentation is wrong
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the OIDC Authentication: Device Code Flow page linked in the issue and reproduce connection.authenticate_oidc_device(). Compare the documented steps with the reported “No client_id found” error. Done means the authentication instructions explain the required setup and allow a user to complete the flow without encountering this error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authentication, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100