Nineya
Home
Blog
软著申请
Spring Security Fix Customizer.withDefaults() for authorizeHttpRequests
2025-01-18 09:30:44
4673
For Spring Boot 3.1.6 with Spring Security where the respective version used behind the scene is 6.1.5Consider the follo...
Spring Security RequestHeaderAuthenticationFilter creates a session even if not configured to do so
2025-01-18 09:30:41
6704
Describe the bugSpring Security, even if configured with SessionCreationPolicy.NEVER or SessionCreationPolicy.STATELESS ...
Spring Security Consider warning users if securityMatchers do not match some filter in the chain
2025-01-18 09:30:38
3331
Describe the bugHttpSecurity configuration with securityMatcher and oauth2Login(withDefaults()) leads to 404 for some OA...
Spring Security Switching users creates user sessions
2025-01-18 09:30:35
7502
When upgrading to Spring Boot 2.7.11 and later we started having sessions even though we have explicitly configured the ...
Spring Security SAML 2.0 Logout filters should consider RelyingPartyRegistration logout properties
2025-01-18 09:30:33
2146
Describe the bugEach RelyingParty can specify its own logout URL properties, but doing that results in having to change ...
Spring Security exportTestSecurityContext() should consider the SecurityContextRepository
2025-01-18 09:30:30
1256
This PR introduced the SecurityMockMvcResultHandlers with the exportTestSecurityContext method. It works well when using...
Spring Security Publish Authorization Events on WebFlux
2025-01-18 09:30:27
2332
When I use the reactive WebFilter in a webflux application no AuthenticationEvents are publishedComment From: rwinchThan...
Spring Security AbstractConfiguredSecurityBuilder::with(C configurer) overload, supplying Customizer.withDefaults()
2025-01-18 09:30:25
1371
Looking at 6.2.0-RC2, we have this new method, which is good:https://github.com/spring-projects/spring-security/blob/449...
Spring Security Using strategy MODE_INHERITABLETHREADLOCAL is dangerous with thread pools
2025-01-18 09:30:21
13217
SummaryWhen Spring Async annotation is used, it is often instructed to set SecurityContextHolder.setStrategyName(Securit...
Spring Security Spring Security - Attaching TTL limits to Indexed Sessions?
2025-01-18 09:30:18
3692
Expected BehaviorThe issue I am encountering relates to the fact that while Spring Session / Security is saving my sessi...
Spring Security Auth0 Jwt Public Key endpoint getting hit on every token verify request, by Resource Server?
2025-01-18 09:30:14
3545
Hi, For my Spring Resource server, instead of hitting the Auth0 endpoint for a public key on EVERY token verify request,...
Spring Security Spring security 6.1 : CVE-2024-29857, CVE-2024-34447 org.bouncycastle.bcpkix.jdk15on:1.70
2025-01-18 09:30:11
667
Spring security 6.1 is in Enterprise support but we do need to update the dependency of org.bouncycastle.bcpkix.jdk15on ...
Spring Security Where should i config OAuth2LoginAuthenticationFilter with property authenticationResultConverter?
2025-01-18 09:30:09
968
This filter init and configure in OAuth2LoginConfigurer In both init and configure method, no set this propertyHow shoul...
Spring Security OAuth2 WebClient - refresh token expiration is being ignored
2025-01-18 09:29:58
25569
Describe the bugI`m using Oauth2 WebClient to do some rest calls outside of ServerWebExchange scope. In my environment J...
Spring Security Consider a OneTimeToken integration with Spring MVC
2025-01-18 09:29:56
3887
This would simplify the resolution of an OneTimeToken. Currently, a OneTimeTokenService should be injected and a OneTime...
Spring Security FilterInvocation should support getDispatcherType()
2025-01-18 09:29:53
14771
Describe the bugThe core HttpSecurity builder supports dispatcherTypeMatchers, but FilterInvocation throws UnsupportedOp...
Spring Security Pick Up OidcSessionRegistry bean in OIDC Configuration
2025-01-18 09:29:50
217
So applications can do:@Bean OidcSessionRegistry sessionRegistry() { return new InMemoryOidcSessionRegistry();}This i...
Spring Security Add Spring Session support to OIDC Back-Channel Logout
2025-01-18 09:29:47
4601
Describe the bugWhen using Spring boot in version 3.2.1, together with Redis-base session store, session invalidation fa...
Spring Security Consider OIDC Back-Channel favoring logout_token over CSRF
2025-01-18 09:29:45
727
The current OIDC back-channel logout support saves the end-user's CSRF token to use in a self-logout call when the back-...
Spring Security Cache Annotation Lookups
2025-01-18 09:29:42
509
Several Security components use SecurityAnnotationScanners to look for annotations and apply Security's expression templ...
上一页
下一页
1
…
527
528
529
530
531
…
2246
.