Nineya
Home
Blog
软著申请
Spring Security RememberMeAuthenticationFilter does not use SecurityContextRepository configured in HttpSecurity
2025-01-18 08:14:14
615
We are configuring HttpSecurity to use a different SecurityContextRepository via http.securityContext().securityContextR...
Spring Security Startup failure with aspect before method on ServerHttpSecurity class
2025-01-18 08:14:12
4328
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
2025-01-18 08:14:09
138
https://docs.spring.io/spring-security/reference/5.8/servlet/authorization/authorize-requests.html#filtersecurityinterce...
Spring Security HeaderWriterFilter appears to be violating Servlet spec
2025-01-18 08:14:07
1754
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
2025-01-18 08:14:05
4101
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
2025-01-18 08:14:02
13143
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
2025-01-18 08:13:58
2587
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
2025-01-18 08:13:56
4101
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
2025-01-18 08:13:53
1880
this mvc version:`@Bean @Order(Ordered.HIGHEST_PRECEDENCE) public SecurityFilterChain authorizationServerSecurityF...
Spring Security I hope to add the function of filter registration
2025-01-18 08:13:50
9958
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
2025-01-18 08:13:47
4565
Describe the bugWhen a rest resource is protected by a SecurityFilterChain as a oauth2ResourceServer with jwt enabled an...
Spring Security Improve CSRF documentation
2025-01-18 08:13:45
152
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
2025-01-18 08:13:42
4787
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
2025-01-18 08:13:39
233
Comment From: marcusdacoregioThere is already such implementation https://github.com/spring-projects/spring-security/blo...
Spring Security Add remaining lambda methods to configuration
2025-01-18 08:13:37
505
[ ] WebSecurity#ignoring[ ] LdapAuthenticationProviderConfigurer#passwordCompare[ ] AuthenticationManagerBuilder#ldapAut...
Spring Security CookieCsrfTokenRepository overwrites previous Set-Cookie response headers
2025-01-18 08:13:34
7327
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
2025-01-18 08:13:31
3118
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
2025-01-18 08:13:28
682
When I am using webflux, the MessageSourceAccessor.getDefaultLocale() obtained by MessageSourceAccessor.getMessage() is ...
Spring Security RoleHierarchyImpl should support simple tree hierarchies
2025-01-18 08:13:25
2110
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
2025-01-18 08:13:22
1822
SummaryAs per the spring doc multiple filter chains can be configured as below <bean id="filterChainProxy" class="org...
上一页
下一页
1
…
588
589
590
591
592
…
2246
.