Nineya
Home
Blog
软著申请
Spring Security OAuth2LoginAuthenticationFilter acts as an uber AuthenticationManager
2025-01-18 09:40:15
1810
Expected BehaviorAs I understand AuthenticationManager is meant to be the main entity to manage core authentication proc...
Spring Security Improve startup validation of request matchers
2025-01-18 09:40:13
330
Given that it's beneficial to use MvcRequestMatcher.Builder#servletPath whenever the MVC servlet path is something othe...
Spring Security Simplify Casting with ReactiveJwtDecoders
2025-01-18 09:40:10
5167
Expected BehaviorIt would be great if the ReactiveJwtDecoders.java helper methods exposed the underlying NimbusReactiveJ...
Spring Security How to do concurrent session control When login by RESTful Api?
2025-01-18 09:40:07
6151
SpringBoot 2.7.18, responding spring-security starter.The authentication is worked well, but the concurrent max session ...
Spring Security Fix conflicting bean names between @EnableWebSecurity and @EnableWebSocketSecurity
2025-01-18 09:40:02
4667
Describe the bug***************************APPLICATION FAILED TO START***************************Description:The bean 'w...
Spring Security Consider using @Fallback instead of BeanDefinitionRegistryPostProcessor for OAuth2AuthorizedClientManager
2025-01-18 09:39:59
71
See Fine-tuning Annotation-based Autowiring with @Primary or @Fallback.
Spring Security Logout Responses not getting generated in case of AP initiated logout
2025-01-18 09:39:57
4276
In the case of AP initated logout Request, logout responses are not getting generated. I initially created a issue https...
Spring Security Code Performance Tweaks
2025-01-18 09:39:52
1901
Hi guys, when I ran code analyzer on the repo, I found some minor spots that can be tweaked. However, before creating a ...
Spring Security Data flow style change from if-else to water flow.
2025-01-18 09:39:49
658
Hi guys, I'd like to contribute even with small changes or improvements for practice or just to purely satisfy my coding...
Spring Security Logout at SP is not happening in the case of AP initiated in Saml2 when Saml2MessageBinding is REDIRECT
2025-01-18 09:39:44
4773
In the AP initiated LogoutRequest LogoutResponse is not reaching the IDP.Currently I have this configuration@beanpublic ...
Spring Security OidcBackChannelLogoutWebFilter returns an error for unauthenticated ajax requests
2025-01-18 09:39:38
2656
Describe the bugUnauthenticated AJAX requests result in a 400 error from the OidcBackChannelLogoutWebFilter, instead of ...
Spring Security Custom Form Login is causing too many redirects and cannot get the login page for Spring Security v6.1.0
2025-01-18 09:39:36
24878
I defined the SecurityFilterChain bean like below@Bean public SecurityFilterChain securityFilterChain (HttpSecurity h...
Spring Security AuthorizeReturnObject AOT support should register proxied class as well
2025-01-18 09:39:23
247
When AuthorizeReturnObject creates a CGLIB proxy, that proxy will need to look up the proxied object's methods with refl...
Spring Security IpAddressMatcher null pointer exception
2025-01-18 09:39:21
1828
Previously we used IpAddressMatcher for matching ips.After upgrade to Spring boot 3.3, my tests start failing on cases I...
Spring Security Ability to specify the login urls dynamically (for example based on a tenant)
2025-01-18 09:39:18
2741
Expected BehaviorExpected BehaviorOffer the possibility to specify custom login-urls depending on the tenant the user in...
Spring Security Unable to change error message on login failure
2025-01-18 09:39:15
3276
After updating Spring Security version to 6, I can no longer change the error message on failed login attempts.Up to ver...
Spring Security Add support for requesting protected resources with RestClient similar to ServletBearerExchangeFilterFunction
2025-01-18 09:39:07
3515
Expected BehaviorIt would be nice if the RestClient supported an equivalent of ServletBearerExchangeFilterFunction. This...
Spring Security AuthenticationManagerDelegator in AuthenticationConfiguration is never created
2025-01-18 09:39:05
2374
Hi,I think the static AuthenticationManagerDelegator within AuthenticationConfiguration is never created at line 116, if...
Spring Security Getting error as The response contained an InResponseTo attribute [] but no saved authentication request was found in saml2
2025-01-18 09:39:02
708
As per the documentation, "the Spring Security uses an HttpSessionSaml2AuthenticationRequestRepository, which stores th...
Spring Security Different behaviour for multiple HttpSecurity beans between version 5 and 6
2025-01-18 09:38:58
2022
In Spring Security 5 with multiple HttpSecurity instances the first instance to match the request handles the request, i...
上一页
下一页
1
…
518
519
520
521
522
…
2246
.