Spring Security response.sendError(401, “error message”) not working after upgrading springboot to 2.4.4

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

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

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

Hello,The documentation for "Configuring CsrfTokenRequestAttributeHandler" here (github link here) currently says that t...

Spring Security Custom RelayState with OpenSamlLogoutRequestResolver

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.

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

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

Describe the bugDespite configuring SessionCreationPolicy.NEVER for the SecurityFilterChain (using HttpSecurity) a sessi...

Spring Security Revisit Session Management Documentation

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

@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

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

Expected BehaviorI could read the documentation (migration guide and or normal documentation) and have a good understand...

Spring Security Default to Xor CSRF protection

We should default to Xor CSRF tokens in 6.0:Use XorCsrfTokenRequestAttributeHandler in CsrfFilterUse XorServerCsrfTokenR...

Spring Security Managing exceptions in OidcReactiveOAuth2UserService loadUser method

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

Expected BehaviorI would like to be able to use and modify OidcAuthorizationCodeAuthenticationProvider and the functiona...

Spring Security Consider Adding OpenSamlAssertingPartyDetails

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

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

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

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

Jean-Pierre Bergamin (Migrated from SEC-2856) said:After enabling remember-me authentication for our SSO portal, people ...
上一页 下一页
.