Spring Security OAuth2LoginAuthenticationFilter acts as an uber AuthenticationManager

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

Given that it's beneficial to use MvcRequestMatcher.Builder#servletPath whenever the MVC servlet path is something othe...

Spring Security Simplify Casting with ReactiveJwtDecoders

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?

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

Describe the bug***************************APPLICATION FAILED TO START***************************Description:The bean 'w...

Spring Security Consider using @Fallback instead of BeanDefinitionRegistryPostProcessor for OAuth2AuthorizedClientManager

See Fine-tuning Annotation-based Autowiring with @Primary or @Fallback.

Spring Security Logout Responses not getting generated in case of AP initiated logout

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

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.

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

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

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

I defined the SecurityFilterChain bean like below@Bean public SecurityFilterChain securityFilterChain (HttpSecurity h...

Spring Security AuthorizeReturnObject AOT support should register proxied class as well

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

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)

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

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

Expected BehaviorIt would be nice if the RestClient supported an equivalent of ServletBearerExchangeFilterFunction. This...

Spring Security AuthenticationManagerDelegator in AuthenticationConfiguration is never created

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

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

In Spring Security 5 with multiple HttpSecurity instances the first instance to match the request handles the request, i...
上一页 下一页
.