Nineya
Home
Blog
软著申请
Spring Security Support method security annotations for both synchronous and reactive methods in the same app.
2025-01-18 09:09:09
12599
SummaryI'd like the ability to use method security annotations (e.g. @PreAuthorize) on both synchronous and reactive met...
Spring Security OAuth2 Resource Server is exposing server information.
2025-01-18 09:09:06
3689
Given I created a custom JWT decoder as described in the Spring OAuth2 Resource Server Documentation with NimbusJwtDecod...
Spring Security How to Add a Signature to Service Provider Metadata
2025-01-18 09:09:03
6033
I'm currently in the process of migrating my application's authentication from Spring Security SAML Extension to Spring ...
Spring Security Unable to access HttpServletRequest inside authorizationRequestCustomizer
2025-01-18 09:09:01
3421
Expected BehaviorMember authorizationRequestCustomizer of DefaultOAuth2AuthorizationRequestResolver is of type Consumer&...
Spring Security SEC-2409: Spring Security / Spring Data Acl Integration
2025-01-18 09:08:58
10400
Rob Winch (Migrated from SEC-2409) said:Spring Security's ACL implementation allows users to determine if a access is al...
Spring Security Add native support for SAML 2.0
2025-01-18 09:08:55
904
We should look into how to make the SAML 2.0 support native compatible. At first, it seems not viable for the Spring Sec...
Spring Security Upgrade nimbus-jose-jwt:jar to 9.37.3
2025-01-18 09:08:52
545
org.springframework.security:spring-security-oauth2-jose:jar:6.2.3 has a dependency to com.nimbusds:nimbus-jose-jwt:jar:...
Spring Security Wrong information for RequestCacheAwareFilter in the Spring Security documentation.
2025-01-18 09:08:49
954
The documentation for Spring Security, section Servlet Architecture -> Architecture mentions the following: "The Req...
Spring Security Simplify Disabling application/x-www-form-urlencoded Encoding Client ID and Secret
2025-01-18 09:08:46
8096
There are quite a few authorization servers (see how many users have commented on gh-10018) that do not URL Encode the C...
Spring Security OAuth2 Client Authentication docs are incomplete
2025-01-18 09:08:43
278
We should add some information for the following client authentication methods:client_secret_basicclient_secret_postnone...
Spring Security Support Certificate-Bound (POP) Opaque Access Token Validation
2025-01-18 09:08:41
5443
This issue is related to gh-10538 and will address validating certificate-bound "opaque" access tokens for both the Serv...
Spring Security Websocket XHR fallbacks get IllegalStateException: Cannot create a session after the response has been committed upgrading to Boot 3.2.7
2025-01-18 09:08:38
6686
Describe the bugI recently upgraded from Boot 2.7 to 3.2.7.Since then I am getting a lot of java.lang.IllegalStateExcept...
Spring Security Inconsistent state between SecurityContextHolder and ReactiveSecurityContextHolder
2025-01-18 09:08:25
9183
Describe the bugI am using Spring MVC to create a service and Spring WebFlux to use WebClient. WebClient uses JWT to aut...
Spring Security requestMatchers does not execute .permitAll() for not registered Bean
2025-01-18 09:08:22
10451
Describe the bugversion- spring boot 3.0.1- spring security 6.0.1not execute .permitAll()just not registered controller....
Spring Security InMemoryUserDetailsManager: consider improving the error message when no PasswordEncoding has been specified
2025-01-18 09:08:15
1425
Expected BehaviorFor my testing environment, I have specified a user in memory as shown below. Per the documentation, it...
Spring Security AntPathRequestMatcher and permitAll no longer work as expected.
2025-01-18 09:08:12
4119
Describe the bugAfter upgrading to spring-security 6, permitAll configuration does NOT work as expected. When using an A...
Spring Security Directly including a custom error message within the @PreAuthorize
2025-01-18 09:08:09
1425
Custom method for has permissions is being invoked in PreAuthorize. Method customHasPermission checks for the permission...
Spring Security When token expires_in is less then 62 seconds two requests are made instead of 1
2025-01-18 09:08:06
6951
Describe the bugWhen token expires_in is less then 62 seconds two requests are made instead of 1.To ReproduceIn token re...
Spring Security AnonymousConfigurer not work using Custom DSL
2025-01-18 09:08:03
3483
I'm usingSpring Boot 3.2.5Spring Security 6.2.4Describe the bugWhile playing around with Custom DSL, I noticed adding an...
Spring Security SecurityConfigurer::configure could be more "lambda-friendly" when used within a Customizer
2025-01-18 09:07:59
4391
Hi Spring Security Team 🙂 ContextHow has this issue affected you?Just a minor inconvenience when updating to 6.2What are...
上一页
下一页
1
…
546
547
548
549
550
…
2246
.