-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Publish CsrfTokenRepository as a shared configurer bean #9595
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
Labels
in: config
An issue in spring-security-config
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Comments
The original impetus for this ticket is #8731 and since it has been reopened for additional research, we'll reopen this one as well, just in case changes there require changes here. |
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Apr 15, 2021
akohli96
pushed a commit
to akohli96/spring-security
that referenced
this issue
Aug 25, 2021
The original reason for adding this ticket is no longer valid, given that the logout filters are placed before |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: config
An issue in spring-security-config
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Related to #8731, configurers can benefit from knowing the
CsrfTokenRepository
that has been configured.For example, this is helpful when
Saml2LogoutConfigurer
configures theCsrfLogoutHandler
.The text was updated successfully, but these errors were encountered: