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
when BearerTokenAuthenticationExtractor extract authorization value from web-socket message payload case sensitivity of key matters. Aka when Authorization is used on server side as key and client sent authorization in payload it does not match.
Could it be possible to make key matching case insensitive?
The text was updated successfully, but these errors were encountered:
I think we can make the key matching case-insensitive by creating a custom AuthenticationPayloadMatcher which will check for the authorization header in a case sensitive manner.
rstoyanchev
changed the title
BearerTokenAuthenticationExtractor is case sensitive when extracting auth key
Authorization key lookup in BearerTokenAuthenticationExtractor should be case insensitive
Feb 12, 2025
Uh oh!
There was an error while loading. Please reload this page.
Hello,
when
BearerTokenAuthenticationExtractor
extract authorization value from web-socket message payload case sensitivity of key matters. Aka whenAuthorization
is used on server side as key and client sentauthorization
in payload it does not match.Could it be possible to make key matching case insensitive?
The text was updated successfully, but these errors were encountered: