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
Currently the SecurityLogFilter is tailored to the Basic Auth use case which leads to undefined behavior when JWT or OPAQUE token exceptions occur in the security filter chain.
Should 401 Unauthorized really print a WRONG_USAGE ?
Situations
Currently the
SecurityLogFilter
is tailored to the Basic Auth use case which leads to undefined behavior whenJWT
orOPAQUE
token exceptions occur in the security filter chain.Should
401 Unauthorized
really print aWRONG_USAGE
?Wanted
JWT
andOPAQUE
should be supported by theSecurityLogFilter
Solution
The text was updated successfully, but these errors were encountered: