Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interrupt filter chain when BackChannelLogoutFilter validation fails #46

Open
mcollovati opened this issue Oct 11, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@mcollovati
Copy link

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.

@heruan heruan added the bug Something isn't working label Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants