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

Block basic auth client-side #497

Closed soxofaan closed 1 year ago

soxofaan commented 1 year ago

Lately, I've seen users trying to enter their username+password with basic auth, while they should be using that for the OIDC flow and they complain that this doesn't work

The python client could probably catch this earlier by blocking basic auth attempts client side with a clear error message when it's not a supported endpoint in the capabiltiies

soxofaan commented 1 year ago

duplicate of #247