-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Introduce OAuth2Authorization success/failure handlers #7840
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
Comments
@jgrandja Feel free to tag me as a reviewer on the implementation if you want an extra set of eyes. |
@philsttr I forgot to mention...when I was implementing the Servlet version, I noticed a code path that may not be valid. This specific test throws an |
That scenario will not happen by the classes and functionality provided by spring security out-of-the-box. I specifically added that code path to allow downstream filters to be able to inspect a resource server response and throw an |
Gotchya! That makes sense. Ok I will add it back into the Servlet impl. |
@jgrandja LGTM! |
This ticket addresses the Servlet implementation of #7699
The text was updated successfully, but these errors were encountered: