Spring Security Add Support for AuthenticationConverter to AbstractAuthenticationProcessingFilter

The primary reason for classes needing to override attemptAuthentication is that AbstractAuthenticationProcessingFilter ...

Spring Security OneTimeTokenAuthenticationFilter should propagating the request when there is no token in the request

OneTimeTokenAuthenticationFilter throws an exception if authenticationConverter returns null. However, it seems reasonab...

Spring Security WebFlux reference links to Servlet docs

Describe the bugThere's a reference to WebFlux that links to the Servlet documentation:xref:servlet/authentication/index...

Spring Security [Docs] Broken link on Spring MVC Test Integration page

Describe the bugThere is a broken link on the Spring MVC Test Integration documentation page. The link to "Spring MVC Te...

Spring Security AuthorizationDenied and Granted EventListeners Should Support Generics

It would be nice if users could listen for authorization events specific to the type of source:@EventListenerpublic void...

Spring Security PathPatternRequestMatcher Include Optional Servlet Path in the pattern

I wonder if it would be better to change PathPatternRequestMatcher to include the servlet in the PathPattern that should...

Spring Security MailSender not working in the OTT Docs

Describe the bugIn the documentation of One-Time Token Login, the initial code to handle OTT generation under the sub-se...

Spring Security Structure101 plugin resolution failures in gradle tasks

Resolution of the s101 plugin fails due to 404s on structure101 paths. Possibly related to sonarsource acquisition FAIL...

Spring Security Use FormPostRedirectStrategy in SAML 2.0 Filters

With the addition of FormPostRedirectStrategy, it would be nice to remove code from the SAML 2.0 filters that do this in...

Spring Security AccessDeniedHandler/AuthenticationEntryPoint does not work

https://github.com/denberr95/spring-lessonsDescribe the bugI am implementing an application with Spring Boot 3.4.3 and S...

Spring Security Documentation: Login by REST API bypasses spring-security principles

Expected BehaviorImplementing authentication via REST based API should "feel good" when implementing it according to the...

Spring Security Duplicate section in OAuth-2.0-Migration-Guide Wiki

In the Wiki, in the Resource Server section of the OAuth 2.0 Migration Guide there is a duplicate section: ==== Simplifi...

Spring Security Method Security does not switch to Interface Proxies for final Classes

If Spring Security's method security is used on a final class that implements an interface it fails. Instead it should c...

Spring Security Add a Null-Returning MethodAuthorizationDeniedHandler

By default @HandleAuthorizationDenied uses an exception-throwing implementation. Another useful implementation would be ...

Spring Security AuthorizationProxyFactory.proxy should return the same type that is passed into the method

This would make it type safe for consumers of the API. Instead ofService service = (Service) factory.proxy(new Service()...

Spring Security filter is applied to paths that should be allowed in http security configuration with new SS 6.4.3

Describe the bugthis is how I configure http security using the SS 6.4.3 @Bean open fun securityFilterChain(http: Http...

Spring Security Security SpEL Expressions Should Propagate AuthorizationDeniedException from Proxied Objects

Related to #14600, if a proxied method in a spel expression throws and AuthorizationDeniedException, this should be prop...

Spring Security oauth2: make it less painful to use a proxy

Expected BehaviorUsing a proxy should be much simpler as it's a common use caseCurrent BehaviorRequires applying proxy s...

Spring Security Spring Security HTTP headers not added for large files

I made a Spring Boot application using version 3.3.7. I have configured my endpoint to generate some HTTP headers, using...

Spring Security Add meaningful toString/getIpAddress methods to org.springframework.security.web.util.matcher.IpAddressMatcher

Expected BehaviorIt should be possible to determine the address that IpAddressMatcher was instantiated with. Via a gette...

下一页
.