Spring Security Fix Customizer.withDefaults() for authorizeHttpRequests

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

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

Describe the bugHttpSecurity configuration with securityMatcher and oauth2Login(withDefaults()) leads to 404 for some OA...

Spring Security Switching users creates user sessions

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

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

This PR introduced the SecurityMockMvcResultHandlers with the exportTestSecurityContext method. It works well when using...

Spring Security Publish Authorization Events on WebFlux

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()

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

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?

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?

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

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?

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

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

This would simplify the resolution of an OneTimeToken. Currently, a OneTimeTokenService should be injected and a OneTime...

Spring Security FilterInvocation should support getDispatcherType()

Describe the bugThe core HttpSecurity builder supports dispatcherTypeMatchers, but FilterInvocation throws UnsupportedOp...

Spring Security Pick Up OidcSessionRegistry bean in OIDC Configuration

So applications can do:@Bean OidcSessionRegistry sessionRegistry() { return new InMemoryOidcSessionRegistry();}This i...

Spring Security Add Spring Session support to OIDC Back-Channel Logout

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

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

Several Security components use SecurityAnnotationScanners to look for annotations and apply Security's expression templ...
上一页 下一页
.