Spring Security RememberMeAuthenticationFilter does not use SecurityContextRepository configured in HttpSecurity

We are configuring HttpSecurity to use a different SecurityContextRepository via http.securityContext().securityContextR...

Spring Security Startup failure with aspect before method on ServerHttpSecurity class

Describe the bugContextAwareServerHttpSecurity visibility does not allow it to be proxied via an Aspect call. Any attemp...

Spring Security Fix code snippets in Authorize HttpServletRequest

https://docs.spring.io/spring-security/reference/5.8/servlet/authorization/authorize-requests.html#filtersecurityinterce...

Spring Security HeaderWriterFilter appears to be violating Servlet spec

Servlet spec states that include dispatch:... cannot set headers or call any method that affects the headers of the resp...

Spring Security Migration of spring-security-saml2-core to spring-security-saml2-service-provider

We are using spring-security-saml2-core version 1.0.10 extensively. Since, end of life is announced we are migrating to ...

Spring Security OidcUserAuthority should not automatically include ROLE_USER authority

SummaryI am building a Spring based application that delegates authentication to an OIDC provider like Keycloak. The OID...

Spring Security Spring Boot 3.0 application failing to start with oauth2-resource-server and spring actuator

Describe the bugWe are migrating an application from spring boot 2.7.5 to 3.0, the application is failing to start with ...

Spring Security WebFluxSecurityConfiguration can not be used in conjunction with WebMvcSecurityConfiguration

SummaryWhen configuring WebFluxSecurityConfiguration and WebMvcSecurityConfiguration, following problem would occour at ...

Spring Security spring security 6 reactive mutli way for getting token, like sms, wechat and so on

this mvc version:`@Bean @Order(Ordered.HIGHEST_PRECEDENCE) public SecurityFilterChain authorizationServerSecurityF...

Spring Security I hope to add the function of filter registration

I hope to add a feature for registering filters. When I want to develop a class similar to FormLogiConfigurer, I need to...

Spring Security Missing AUTHENTICATION_FAILURE events when configured oauth2ResourceServer on SecurityFilterChain

Describe the bugWhen a rest resource is protected by a SecurityFilterChain as a oauth2ResourceServer with jwt enabled an...

Spring Security Improve CSRF documentation

We should improve (refresh) CSRF documentation in Spring Security 6.Comment From: sjohnrRelated gh-12646Comment From: sj...

Spring Security WARN when ignoring antMatchers - please use permitAll

When I use web.ignoring().antMatchers() I'd like to see a DEBUG message instead of a WARNING for each ignored pattern.I'...

Spring Security Create RequestMatchingAccessDeniedHandler

Comment From: marcusdacoregioThere is already such implementation https://github.com/spring-projects/spring-security/blo...

Spring Security Add remaining lambda methods to configuration

[ ] WebSecurity#ignoring[ ] LdapAuthenticationProviderConfigurer#passwordCompare[ ] AuthenticationManagerBuilder#ldapAut...

Spring Security CookieCsrfTokenRepository overwrites previous Set-Cookie response headers

Describe the bugWith Spring Boot 3.0.5, I have the following Security Configuration and CSRF works as expected. package ...

Spring Security Clarify that Kotlin DSL needs an import

The Kotlin DSL to configure HTTP security doesn't work as shown in the documentation.The following example doesn't compi...

Spring Security About internationalization of webflux messages

When I am using webflux, the MessageSourceAccessor.getDefaultLocale() obtained by MessageSourceAccessor.getMessage() is ...

Spring Security RoleHierarchyImpl should support simple tree hierarchies

Expected BehaviorUsing the following RoleHierarchyImpl, I would expect ROLE_ADMIN contains ROLE_EDITOR_A and ROLE_EDITOR...

Spring Security Provide option to add RequestMatcher per filter inside same filter chain in org.springframework.security.web.FilterChainProxy for org.springframework.web.filter.DelegatingFilterProxy

SummaryAs per the spring doc multiple filter chains can be configured as below <bean id="filterChainProxy" class="org...
上一页 下一页
.