You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From a cursory look, i would guess it gets passed in via oic.utils.authn.client.ClientSecretBasic.construct() when someone passes 'password' in the http_args. Maybe ClientSecretBasic should remove password from http_args in that case?
So a little bit more digging later... This turns out to be a case where the password should have been used as an authentication method, but is never passed to ClientSecretBasic and remains in http_args.
ok. It is wrong in any case, so the fix should do no harm, but probably the issue is burried somewhere in request_info().
Originally posted by @schlenk in #682
The text was updated successfully, but these errors were encountered: