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
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