Spring Security Proxy Server section is not linked in nav

The documentation has a section for Proxy Servers in the Appendix but it is not showing up in the navigation sidebar.

Spring Security {baseUrl} in java configuration does not return the proper path if the server is behind the reverse proxy

When a server is behind a reverse proxy, the first part of path in URL could be used to represent the server,For example...

Spring Security add userdetail enhancement interface after authentication success and expand event attributes

Add an interface to be called after successful authentication to enhance userdetailBecause there are some userdetails at...

Spring Security Provide meaningful error when invalid client-authentication-method is provided

If an invalid client-authentication-method is configured (eg "basic"), then the authorization code request is made with ...

Spring Security @RestControllerAdvice annotation does not intercept AuthenticationException.

Describe the bug@RestControllerAdvice annotation does not intercept AuthenticationException.To ReproduceSteps to reprodu...

Spring Security Fix Antora Warnings

Currently the Antora build reports warnings. The warnings should be resolved and the playbook should be updated to fail ...

Spring Security Simplify Content-Security-Policy Configuration

With the removal of X-XSS-Protection, it would be nice to simplify adding Content-Security-Policy.One way to do this is ...

Spring Security Stack overflow on recursive call of SecurityContextHolder

Describe the bugCause a recursive call on a method getCurrentAuditor, then cause a stack overflow and internal 500 error...

Spring Security OAuth2 invalid registrationId request to modify BAD_REQUEST status to respond

SummaryWhen an OAuth2 Authorization request encounters a ClientRegistration request that does not exist, it is respondin...

Spring Security CsrfRequestPostProcessor stomps over what is configured via CsrfConfigurer#csrfTokenRepository

Describe the bugWe are using CSRF with the CookieCsrfTokenRepository. It is setup via CsrfConfigurer#csrfTokenRepository...

Spring Security Revisit Authorization Documentation

[x] Request Authorization (Servlet)[x] Method Authorization (Servlet)[ ] Request Authorization (Reactive)[ ] Method Auth...

Spring Security WebSecurityConfiguration is missing @CondidtionalOnClass on security-web classes

Describe the bugThe spring-security-config modules defines an optional dependency on spring-security-web. However, in We...

Spring Security No longer maintained net.sourceforge.nekohtml with known security issues

Expected BehaviorIt would be ideal if we could migrate to the updated fork of the library https://github.com/sparklemoti...

Spring Security Make eclipse/vscode project import work

Forward port of #12930 Comment From: jzheauxClosed in https://github.com/spring-projects/spring-security/commit/c053f6f0...

Spring Security Additional filters registered when using Custom DSL

I'm using Spring Boot 2.7.12Spring Security 5.8.3(I did test with Spring Boot 3.1.0, and I am facing the same issue)Desc...

Spring Security Deprecated hint on BasicAuthenticationFilter

Hi Spring Security Team,first of all: Thanks for your effort and your amazing work!I recently read through the JavaDoc o...

Spring Security CasAuthenticationFilter.successfulAuthentication missing call to securityContextRepository.saveContext

Describe the bugorg.springframework.security.cas.web.CasAuthenticationFilter.successfulAuthentication seems to be missin...

Spring Security permitall() not working

Describe the bugWith permitall() configuration, request still go into filter.Spring Security 6.1.0To Reproduce@Configura...

Spring Security Improve javadoc about deprecation of .and() and non-Customizer methods

Some users related that they are confused about the replacement for the deprecated methods. We should make that easier b...

Spring Security Simplify Spring Security

Mission: To simplify Spring Security.This ticket will list all the tasks in our mission to simplify the usage of Spring ...
上一页 下一页
.