Nineya
Home
Blog
软著申请
Spring Security Create solid documentation on Websocket Authentication
2025-01-18 08:00:11
7146
Currently, the WebSocket / stomp security reference documentation contains two unhelpful lines about authenticating a us...
Spring Security SAML SSO: Force AuthnRequestsSigned for relying party
2025-01-18 08:00:08
2705
Expected BehaviorWe need a configuration for the relying party to indicate it wants to send a signed samlp:AuthnRequest....
Spring Security InResponseTo validation for saml2 executed even if saved request is not found
2025-01-18 08:00:06
6003
SummaryWith 5.7.x mandatory validation of InResponseTo was introduced if it is provided in the authentication response. ...
Spring Security Sessions are not saved for authenticated calls but saved for unauthenticated calls
2025-01-18 08:00:03
11165
DescriptionThe out-of-the-box behavior is that unauthenticated calls trigger session creation but authenticated calls do...
Spring Security Provide extendend SAML logging (like SAMLDefaultLogger)
2025-01-18 08:00:00
1883
Expected BehaviorWe would like to have the possibility to easily log SAML responses as with the (previous) SAMLLogger-AP...
Spring Security Implement the ability to disable the NameID check
2025-01-18 07:59:57
2141
The protocol states that the Subject is optional.<element name="Assertion" type="saml:AssertionType&qu...
Spring Security AuthorizationManager method security documentation should use AnnotationMatchingPointcut
2025-01-18 07:59:53
351
The documentation currently uses AnnotationMethodMatcher, but this is incorrect. The code requires a Pointcut.Comment Fr...
Spring Security Inaccurate javadoc text in setRequestHandler method of CsrfFilter class
2025-01-18 07:59:50
783
Expected BehaviorIn version 6.0, the default CsrfTokenRequestHandler of the CsrfFilter class has changed to XorCsrfToken...
Spring Security SAML2 provider 5.6.0 + Open 4.0.0 in maven got NoSuchMethodError
2025-01-18 07:59:46
3615
Describe the bugSome of methods seem to not match the method signature in two libs in maven. To ReproduceSet versions i...
Spring Security Improve Logging
2025-01-18 07:59:43
651
SummarySpring Framework recently overhauled it's logging via SPR-16898 and Spring Security should do the same. This is a...
Spring Security Allow for WebSecurityConfigurerAdapter and SecurityFilterChain to co-exist
2025-01-18 07:59:41
2186
Expected BehaviorBoth WebSecurityConfigurerAdapter and SecurityFilterChain can co-exist to ease migration from the forme...
Spring Security Between WebFlux and MVC support saved request for login
2025-01-18 07:59:38
1257
can I save the request to redis in spring mvc and then restore the request after webflux authentication?Added: I used tw...
Spring Security MVC Matcher rules that worked in Spring Security 5.7.6 don't work in 6.0.1
2025-01-18 07:59:35
3585
Hello.MVC Matcher rules that worked in Spring Security 5.7.6 don't work in 6.0.1.Spring Security 5.7.6 configuration (Sp...
Spring Security SecurityFilterChain picks up wrong Authentication Provider
2025-01-18 07:59:33
4506
Describe the bugIn my project we have 2 SecurityFilterChainsexternalFilterChain for external API requestsdefaultlFilterC...
Spring Security Error response body does not match Content-Type
2025-01-18 07:59:30
4338
Describe the bugIn an application (using Spring Boot 3.0.1) the response body does not match the Content-Type header for...
Spring Security Spring Security 6.0 Migration Guide Should Mention @Configuration Meta-Annotation Removal From Configuration Annotations
2025-01-18 07:59:27
600
Mentioned in https://github.com/spring-projects/spring-boot/issues/33645 and opening here. @EnableMethodSecurity (and @E...
Spring Security Consider replacing SecurityExpressionRoot.AuthenticationSupplier with SingletonSupplier
2025-01-18 07:59:23
343
Currently, in SecurityExpressionRoot we use AuthenticationSupplier as a cacheable Supplier that allows us to call the pr...
Spring Security Decoded JWT Token results in invalid content in newer versions
2025-01-18 07:59:20
4869
Describe the bugWe use Spring Security for OAuth2 login using Keycloak. Until Spring Security 5.7.5 the JWT Token valida...
Spring Security WebAuthenticationDetails does not implement GrantedAuthoritiesContainer when using PreAuthenticatedGrantedAuthoritiesUserDetailsService
2025-01-18 07:59:13
2393
I am using AbstractPreAuthenticatedProcessingFilter to create and populate an instance of PreAuthenticatedAuthentication...
Spring Security yml configures sub-threads to get logged-in users
2025-01-18 07:59:11
2268
@Slf4j@SpringBootApplication()@MapperScan("com.exam.**.mapper")@EnableAsyncpublic class QuestionApplication ex...
上一页
下一页
1
…
601
602
603
604
605
…
2246
.