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, if BackChannelLogoutFilter fails to validate the incoming request it sets the HTTP status header to Bad Request (400), but it lets the filter chain continue.
I may be preferable to immediately stop the request processing in case of validation failures.
We may also consider stopping the filter chain even for successful validation, to prevent subsequent filters to return a potential invalid status.
The text was updated successfully, but these errors were encountered:
Currently, if
BackChannelLogoutFilter
fails to validate the incoming request it sets the HTTP status header to Bad Request (400), but it lets the filter chain continue.I may be preferable to immediately stop the request processing in case of validation failures.
We may also consider stopping the filter chain even for successful validation, to prevent subsequent filters to return a potential invalid status.
The text was updated successfully, but these errors were encountered: