Spring Security Unable to access encrypted SAML assertions in custom ResponseValidator after upgrade from 6.3 to 6.4

Describe the bugIn an application where spring-security-saml2-service-provider was upgraded from 6.3.x to 6.4.1, I am ex...

Spring Security RoleHierarchy not automatically inject in overwritten MethodSecurityExpressionHandler bean

If you manually define both a RoleHierarchy bean and a MethodSecurityExpressionHandler, the RoleHierarchy isn't injected...

Spring Security Add a Webauth request URL customization feature.

Expected BehaviorI want to modify the URLs used for WebAuth authentication to be customized by WebAuthnConfigurer. In we...

Spring Security Allow configuration of OAuth2LoginAuthenticationFilter.authenticationResultConverter

Expected BehaviorOAuth2LoginAuthenticationFilter has a authenticationResultConverter property (link to code). It would b...

Spring Security There's two copies of Saml2Utils

Current BehaviorThere's a copy pasted version of Saml2Utils.You can find this class under saml2.provider.service.servlet...

Spring Security Default to SecurityContextHolderFilter instead of SecurityContextPersistenceFilter

Default to using SecurityContextHolderFilter instead of SecurityContextPersistenceFilter. This means that explicit savin...

Spring Security WebSessionOAuth2ServerAuthorizationRequestRepository assumes state parameter is url-decoded

Describe the bugThe redirect url generated by the login endpoint url-encodes the query parameters:OAuth2AuthorizationReq...

Spring Security Add HSTS header also in case of a RequestRejectedException

Expected BehaviorBy default, Spring sends an HSTS (Strict-TransportSecurity) header, though this can be configured. Requ...

Spring Security OIDC Back-Channel Logout Support for Clustered Servers

Expected BehaviorThe OidcSessionInformation class should include a mixin for JSON serialization to Redis, which will sup...

Spring Security Add OAuth2AuthorizedClientManager autoconfiguration without spring-boot-starter-web dependency

Expected BehaviorI would like org.springframework.security.oauth2.client.OAuth2AuthorizedClientManager to be an autoconf...

Spring Security SEC-2701: DaoAuthenticationProvider shadows actual authentication exceptions

Florent Biville (Migrated from SEC-2701) said:Hi, it seems that DaoAuthenticationProvider#retrieveUser semantics have c...

Spring Security Passkey Endpoints do not Honor .permitAll()

Describe the bugThe auth/z check on this line in the filter implementation for registering passkey credentials seems to ...

Spring Security NimbusJwtEncoder should simplify constructing with javax.security Keys

Currently to construct a NimbusJwtEncoder with a single key takes something like the following:OctetSequenceKey jwk = ne...

Spring Security Sorting RememberMeAuthenticationFilter

Hello.I noticed this situation with the RememberMeAuthenticationFilter filter.When the application is launched, this fil...

Spring Security Method Level Security Using SpEL

I read from spring documentation that to enable dynamic method level meta annotations I need to configure a class called...

Spring Security Make WebAuthnAuthentication Serializable

WebAuthnAuthentication implements Serializable, but cannot be serialized due to PublicKeyCredentialUserEntity, one of it...

Spring Security Request for exception approval for CVE-2024-38819 [Spring Framework Path Traversal Vulnerability

DescriptionWe are facing a Path Traversal Vulnerability (CVE-2024-38819) in our application due to the Spring Framework....

Spring Security Customize OneTimeToken expire time

Expected BehaviorTo be able to utilize the default JdbcOneTimeTokenService and set a custom expire time for the OneTImeT...

Spring Security Spring Security IPv6 issue - is there a global config setting?

Ok, after 2 days of trouble shooting, I've narrowed this down to being a Spring Security issue. Goal:To run secure login...

Spring Security @PreAuthorize is executed after @Valid validation

Summary@PreAuthorize is executed after @Valid validationActual Behavior@PreAuthorize is executed after @Valid validation...
上一页 下一页
.