Spring Security Unable to Use hasIpAddress() Method After Migrating to authorizeHttpRequests() in Spring Security 6

Describe the bugAfter migrating to Spring Security 6 and replacing the deprecated authorizeRequests(...) method with aut...

Spring Security Javadoc for AuthorizationFilter#filterErrorDispatch is wrong

In the Spring Security 6.1.1,The javadoc for the setFilterErrorDispatch method of the AuthorizationFilter class states t...

Spring Security Login With Otp Support

Currently we have support for Password Based Login in Spring Security. But I can't find any support for Login With OTP o...

Spring Security Support phc Password Storage

We should support phc password storage as described in OWASP Password Storage Cheat Sheet.

Spring Security accessToken.getScopes(): Uncheck all the scopes in the Grants Page treated the same as selecting all the scopes

Describe the bugI'm converting my application from the Spring Security OAuth 2.5.2 version to the 5.6.9And I see differe...

Spring Security Improve Observability

Making Spring Security's actions observable at runtime will help make applications more secure. Following recommendation...

Spring Security Improve Documentation

This issue is a theme for the Spring Security 6.2 release. Issues that relate to this will be added below.Documentation ...

Spring Security Consider removing XML configuration support

Providing both Java and XML configuration support requires higher maintenance overhead. We should consider removing XML ...

Spring Security Consider Making Attribute Based Authorization Simpler to implement

In modern applications authorization decisions for different end points can take a look at many attributes of a request,...

Spring Security Consider introducing a new component model for authentication and authorization

We should consider introducing a new component model for authentication and authorization with the main goal of improvin...

Spring Security Consider introducing a new authorization rules model

We should consider introducing a new authorization rules model.Defining the authorization rules should be simple and nat...

Spring Security Consider redesigning the configuration model

We should consider redesigning the configuration model with the main goal of simplifying usage.The new configuration mod...

Spring Security Consider removing underused modules and APIs

We should consider removing underused modules and APIs in Spring Security 7.0 to help reduce the maintenance and support...

Spring Security Consider enabling decentralized per-module security configuration

When building a large application with many modules I want to be able to define spring security configuration in each mo...

Spring Security SEC-2083: Create a MethodSecurityExpressionHandler that can handle fixed-sized collections

Mattias Severson (Migrated from SEC-2083) said:When using annotations to filter collections based, e.g. @PostFilter("has...

Spring Security Automate opening issue to block release with reminders

In order to account for blockers to the release process such as checking dependency update exclusions, updating dependen...

Spring Security A qustion for WebSecurityConfigurerAdapter deprecated

In new Spring Security, what should I do to replace these code follw:@Override protected void configure(Authenticatio...

Spring Security CSRF Token is not cleared after successful authentication by CsrfAuthenticationStrategy

Describe the bugAfter implementing CSRF protection for SPAs following Spring's official guide, where it's stated that "R...

Spring Security Spring issue 10032 causing User can't use own implementation of SecurityContext

Describe the bugin issue https://github.com/spring-projects/spring-security/issues/10032After authentication, a new Secu...

Spring Security When the custom annotation contains @EnableMethodSecurity, MethodSecuritySelector.java does not take effect

Describe the bugCurrent version 6.1.0When I use the composite annotation to include @EnableMethodSecurity, similar to @C...
上一页 下一页
.