Nineya
Home
Blog
软著申请
Spring Security response.sendError(401, “error message”) not working after upgrading springboot to 2.4.4
2025-01-18 08:04:01
797
I am using AuthenticationEntryPoint to handle the Authentication issues.To deliver the exception reason to the end-user....
Spring Security NPE in HttpSecurity#addFilterBefore when mixing custom DSL and standard
2025-01-18 08:03:57
3080
Describe the bugWe get an NPE when we try to add a new filter using standard DSL relative to another filter that was reg...
Spring Security Typo in Authentication Migrations page
2025-01-18 08:03:54
468
In the Authentication Migrations page, there's a typo in the frist section.Describe the bugby setting rethrowAuthenticat...
Spring Security CsrfTokenRequestAttributeHandler documentation should reflect that default is XorCsrfTokenRequestAttributeHandler
2025-01-18 08:03:51
895
Hello,The documentation for "Configuring CsrfTokenRequestAttributeHandler" here (github link here) currently says that t...
Spring Security Custom RelayState with OpenSamlLogoutRequestResolver
2025-01-18 08:03:48
985
Describe the bugRelayState Param with SamlLogoutRequest is ignored.Instead its replaced with a hardcoded UUID and cannot...
Spring Security Allow using different cookie name for rememeber me authentication.
2025-01-18 08:03:46
1350
Describe the bugCurrently RememberMeConfigurer does not allow using non-default cookie names for authentication. I hope ...
Spring Security Improve documentation on what changed in the default behaviour in version 6 vs 5.7
2025-01-18 08:03:43
7123
I am going through an upgrade of a Spring Boot 2.6 to Boot 3.0 application. I found the documentation at https://docs.sp...
Spring Security Session is created by request cache even if policy is set to NEVER
2025-01-18 08:03:40
2258
Describe the bugDespite configuring SessionCreationPolicy.NEVER for the SecurityFilterChain (using HttpSecurity) a sessi...
Spring Security Revisit Session Management Documentation
2025-01-18 08:03:36
360
Session Management underwent a sizeable change in the 6.0 release. This has raised questions from the community like htt...
Spring Security Facing 401 error after successful SAML2 logout
2025-01-18 08:03:34
912
@jzheaux I have implemented SMAL2 login and logout using Spring Security 6.0.1. I have followed https://github.com/sprin...
Spring Security Initialize as complete a MethodSecurityExpressionHandler object as possible to ensure migration from @EnableGlobalMethodSecurity to @EnableMethodSecurity will work
2025-01-18 08:03:32
3506
Expected BehaviorThe method with the name defaultExpressionHandler of class PrePostMethodSecurityConfiguration should in...
Spring Security CSRF Token handler with BREACH detection, several concerns are unclear from the documentation
2025-01-18 08:03:29
10635
Expected BehaviorI could read the documentation (migration guide and or normal documentation) and have a good understand...
Spring Security Default to Xor CSRF protection
2025-01-18 08:03:26
174
We should default to Xor CSRF tokens in 6.0:Use XorCsrfTokenRequestAttributeHandler in CsrfFilterUse XorServerCsrfTokenR...
Spring Security Managing exceptions in OidcReactiveOAuth2UserService loadUser method
2025-01-18 08:03:24
7578
Hi all,I am developing a microservice application, using spring security on the spring cloud gateway, with an oidc authe...
Spring Security OidcAuthorizationCodeAuthenticationProvider easier to extend
2025-01-18 08:03:21
2003
Expected BehaviorI would like to be able to use and modify OidcAuthorizationCodeAuthenticationProvider and the functiona...
Spring Security Consider Adding OpenSamlAssertingPartyDetails
2025-01-18 08:03:18
396
It would be nice to have the asserting party's full entity descriptor available at runtime.One way to achieve this is to...
Spring Security samples/xml/insecuremvc is empty
2025-01-18 08:03:16
712
I am trying to code along with the Hello Spring MVC Security Java Config guide. However, the referenced directory doesn'...
Spring Security In Spring Boot 3.0.2, dispatcherServlet is not working when combined with filterChain function
2025-01-18 08:03:13
837
I'm using spring-security in my project. After upgrading to Spring Boot 3.0.2, the dispatcherServlet seems not working.I...
Spring Security Provide API to enable OAuth2AuthorizationCodeGrantFilter to resolve the Authentication given the OAuth2AuthorizationCodeAuthenticationToken
2025-01-18 08:03:10
4509
Please provide an API to enable OAuth2AuthorizationCodeGrantFilter to resolve the Authentication, given the OAuth2Author...
Spring Security SEC-2856: Make cookie theft detection in remember-me service configurable because it's seriously broken
2025-01-18 08:03:08
7884
Jean-Pierre Bergamin (Migrated from SEC-2856) said:After enabling remember-me authentication for our SSO portal, people ...
上一页
下一页
1
…
597
598
599
600
601
…
2246
.