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
It seems that oauthlib was lacking of unit tests around the combination of HTTP Basic Auth and Introspect/Revoke endpoints. Those have been added, too.
Describe the bug
When using the revocation endpoint, an error code
401
is returned even though client authentication is valid.How to reproduce
RevocationEndpoint.create_revocation_response
with aheaders
dictionary containing the client authorization.oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.py
Lines 41 to 67 in 20d116c
Expected behavior
I expected this parameter to be respected
Additional context
The text was updated successfully, but these errors were encountered: