Spring Security SAML metadata Content-Type should be application/samlmetadata+xml

Expected BehaviorThe IANA-registered MIME type for SAML metadata is application/samlmetadata+xml.Current BehaviorThe Sam...

Spring Security Remove Deprecated Usages for Spring LDAP

DistinguishedName and its related components are deprecated in Spring LDAP. Spring Security should update to use LdapNam...

Spring Security LDAP bind failures due to invalid credentials don't cause AuthenticationFailure events to be fired

SummaryWhen configured to use LDAP Authentication in it's default (bind verification instead of password verification) s...

Spring Security CsrfAuthenticationStrategy with stateless double submit CSRF token not working as intended?

SummaryHi,CsrfAuthenticationStrategy only seems to support stateful csrf setups as it creates a new token on each authen...

Spring Security Allow replace default Authentication Filter

Expected BehaviorI can extend and replace default Authentication FilterCurrent Behaviorhttps://stackoverflow.com/questio...

Spring Security Provide default implementations in UserDetails

The methods isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, and isEnabled are used less often.It would...

Spring Security NullPointerException when GrantedAuthority.getAuthority() returns null

Describe the bugWhen my custom GrantedAuthority returns null on getAuthority(), I get the following exception that makes...

Spring Security Prepare for Spring Security 6.4

Similar to https://github.com/spring-projects/spring-security/issues/14210Update SecurityNamespaceHandler to require 6.4...

Spring Security fallback for method based authorization

I am following an example in the spring security document to handle fallback for method based authorization.Using the De...

Spring Security Oauth2 maximumSessions did not work

Describe the bugI am implementing OAuth2 to connect with a custom provider (not Google or GitHub). I need implement a cu...

Spring Security Combination of UsernamePasswordAuthenticationFilter and form login not working in SB 3.x that worked in SB2

ContextI do use a UsernamePasswordAuthenticationFilter with 3 login parts (tenant, username, password) in combination wi...

Spring Security Clarify exception "This object has not been built"

SummaryWith this code:@PostMapping("loginFacebook")public ClientAuth loginFacebook(@RequestBody @NotNull Faceb...

Spring Security NimbusJwtDecoderJwkSupport should offer method to get OAuth2TokenValidator

SummaryNimbusJwtDecoderJwkSupport is the underlying implementation for Spring Security JwtDecoder.NimbusJwtDecoderJwkSup...

Spring Security The docs reference #7537 which is closed

In https://docs.spring.io/spring-security/reference/features/exploits/csrf.html there is:We could improve the protection...

Spring Security Default Cache-Control/Expires/Pragma headers are being added in async response with custom Cache-Control header value

Describe the bugSetting up a basic async HTTP GET endpoint where the returned response is allowed to be cached by downst...

Spring Security expected UserBuilder to Prefix Roles w default

https://github.com/spring-projects/spring-security/blob/e79b6b3ac887f0abda68967b70c1aa3aa0aa62bd/core/src/main/java/org/...

Spring Security Inconsistent behaviour around authentication with the access() configuration method

Describe the bugConfiguring authorizations using the access() method interferes with authentication in an inconsistent w...

Spring Security cors reference documentation seems incomplete/innacurate

I've lost my mind trying things here. This is only my latest attempt, I've basically been in "add" mode.The documentatio...

Spring Security SessionRegistryImpl leaks principals under high load

There is a concurrency bug in SessionRegistryImpl where if you have multiple threads call registerNewSession concurrentl...
上一页 下一页
.