Nineya
Home
Blog
软著申请
Spring Security Different behaviour of @RolesAllowed annotation on @EnableMethodSecurity vs @EnableGlobalMethodSecurity
2025-01-18 07:37:50
3777
Describe the bugConsider the following controller:@RestControllerpublic class SecuredController { @GetMapping(path = ...
Spring Security Add remaining methods from ExpressionUrlAuthorizationConfigurer to MessageMatcherDelegatingAuthorizationManager
2025-01-18 07:37:47
634
Related #11360 [ ] Add rememberMe to MessageMatcherDelegatingAuthorizationManager[ ] Add fullyAuthenticated to MessageMa...
Spring Security SAML2 Login fails with CSP in chrome based browsers
2025-01-18 07:37:44
1842
I have checked out the branch 5.8.x, started ./gradlew :servlet:spring-boot:java:saml2:login:bootRunand opened http://lo...
Spring Security CsrfFilter Accesses Session on Every Request
2025-01-18 07:37:42
879
[x] #11700[x] #11699java.lang.RuntimeException: getSession(false) at example.SessionAccessedFilter$1.getSession(Sessi...
Spring Security Add CsrfFilter.csrfAttributeName
2025-01-18 07:37:40
560
CsrfFilter uses CsrfToken.parameterNameto specify the attribute name that the CsrfToken is set on. This doesn't make sen...
Spring Security Add Support for LazyCsrfTokenRepository to Defer Loading CsrfTokens
2025-01-18 07:37:38
356
LazyCsrfTokenRepository supports lazily saving the CsrfToken which allowed for lazily saving the CsrfToken. However, it ...
Spring Security NamespaceLdapAuthenticationProviderTests Should Use Dynamic Port
2025-01-18 07:37:33
135
Currently NamespaceLdapAuthenticationProviderTests use a fixed port for LDAP tests which can cause test failures if the ...
Spring Security OidcIdTokenDecoderFactory can support multiple SignatureAlgorithm
2025-01-18 07:37:31
1642
Expected BehaviorFor Resource Server, the Decoder can fetch different algorithms based on the public key endpointhttps:/...
Spring Security GitHubMilestoneApiTests due_on Should Use LocalDate
2025-01-18 07:37:28
312
GitHubMilestoneApiTests uses Instant.now() for due_on. Since Instant.now() is UTC time based, isMilestoneDueTodayWhenDue...
Spring Security Jwt decoding should support multiple algorithms
2025-01-18 07:37:25
5173
SummaryWe should add a strategy where Jwt decoders can delegate to other Jwt decoders based upon the algorithm that is i...
Spring Security Support For Reactive RememberMe Authentication
2025-01-18 07:37:23
2567
I can't find the support for Reactive RemberMe Authentication based on Token and Persistence Store inReactive Web Securi...
Spring Security Update mockk to 1.12.5
2025-01-18 07:37:09
813
Comment From: marcusdacoregioThere are some errors when updating this dependency:> Task :spring-security-config:compi...
Spring Security Update reactor-netty to 1.0.22
2025-01-18 07:37:07
137
Comment From: marcusdacoregioFixed via https://github.com/spring-projects/spring-security/commit/da09788be988ff3462e118e...
Spring Security Add test support for WebClient using ServletOAuth2AuthorizedClientExchangeFilterFunction#setDefaultOAuth2AuthorizedClient(true)
2025-01-18 07:37:04
4189
Expected BehaviorHave an easy mechanism to use .with(oauth2Login()) on a service that uses the ServletOAuth2AuthorizedCl...
Spring Security Support Azure AD's Continuous access evaluation
2025-01-18 07:37:01
1709
Expected BehaviorSupport Azure AD's feature of Continuous access evaluation.Current BehaviorContinuous access evaluation...
Spring Security Remove @Configuration meta-annotation from @Enable annotations
2025-01-18 07:36:58
3249
Currently, all Spring Security's @Enable annotations are meta-annotated with @Configuration. While convenient, this is n...
Spring Security How to make CustomAuthenticationProvider work without webSecurityConfigurerAdapter?
2025-01-18 07:36:56
3732
What` is the setting to make CustomAuthenticationProvider work in Spring Security 5.7 or later? UserAuthenticationProvid...
Spring Security Remove CAS module
2025-01-18 07:36:53
2664
We should remove the CAS module entirely since we depend on the java client and there are no plans to support Jakarta EE...
Spring Security Add an option to customize ServerRedirectStrategy in the OAuth2AuthorizationRequestRedirectWebFilter
2025-01-18 07:36:48
1429
It would be nice to be able to customize the redirect strategy within OAuth2AuthorizationRequestRedirectWebFilter, so th...
Spring Security RequestAttributeSecurityContextRepository.loadContext(HttpServletRequest) should never return null SecurityContext
2025-01-18 07:36:45
984
Describe the bugBased on this comment, if the request attribute is null, an error is thrown from the strategy:java.lang....
上一页
下一页
1
…
619
620
621
622
623
…
2246
.