Nineya
Home
Blog
软著申请
Spring Security Unable to access encrypted SAML assertions in custom ResponseValidator after upgrade from 6.3 to 6.4
2025-01-18 09:47:10
3964
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
2025-01-18 09:47:07
3123
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.
2025-01-18 09:47:05
2454
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
2025-01-18 09:47:03
1863
Expected BehaviorOAuth2LoginAuthenticationFilter has a authenticationResultConverter property (link to code). It would b...
Spring Security There's two copies of Saml2Utils
2025-01-18 09:47:00
723
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
2025-01-18 09:46:57
2033
Default to using SecurityContextHolderFilter instead of SecurityContextPersistenceFilter. This means that explicit savin...
Spring Security WebSessionOAuth2ServerAuthorizationRequestRepository assumes state parameter is url-decoded
2025-01-18 09:46:54
3022
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
2025-01-18 09:46:50
1211
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
2025-01-18 09:46:48
1666
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
2025-01-18 09:46:45
23936
Expected BehaviorI would like org.springframework.security.oauth2.client.OAuth2AuthorizedClientManager to be an autoconf...
Spring Security SEC-2701: DaoAuthenticationProvider shadows actual authentication exceptions
2025-01-18 09:46:42
4600
Florent Biville (Migrated from SEC-2701) said:Hi, it seems that DaoAuthenticationProvider#retrieveUser semantics have c...
Spring Security Passkey Endpoints do not Honor .permitAll()
2025-01-18 09:46:39
5824
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
2025-01-18 09:46:27
940
Currently to construct a NimbusJwtEncoder with a single key takes something like the following:OctetSequenceKey jwk = ne...
Spring Security Sorting RememberMeAuthenticationFilter
2025-01-18 09:46:25
1688
Hello.I noticed this situation with the RememberMeAuthenticationFilter filter.When the application is launched, this fil...
Spring Security Method Level Security Using SpEL
2025-01-18 09:46:22
2199
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
2025-01-18 09:46:19
1020
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
2025-01-18 09:46:17
2800
DescriptionWe are facing a Path Traversal Vulnerability (CVE-2024-38819) in our application due to the Spring Framework....
Spring Security Customize OneTimeToken expire time
2025-01-18 09:46:14
6283
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?
2025-01-18 09:46:11
34806
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
2025-01-18 09:46:06
7533
Summary@PreAuthorize is executed after @Valid validationActual Behavior@PreAuthorize is executed after @Valid validation...
上一页
下一页
1
…
512
513
514
515
516
…
2246
.