Nineya
Home
Blog
软著申请
Spring Security SAML metadata Content-Type should be application/samlmetadata+xml
2025-01-18 09:18:47
341
Expected BehaviorThe IANA-registered MIME type for SAML metadata is application/samlmetadata+xml.Current BehaviorThe Sam...
Spring Security Remove Deprecated Usages for Spring LDAP
2025-01-18 09:18:44
220
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
2025-01-18 09:18:42
3377
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?
2025-01-18 09:18:39
8383
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
2025-01-18 09:18:36
10604
Expected BehaviorI can extend and replace default Authentication FilterCurrent Behaviorhttps://stackoverflow.com/questio...
Spring Security Provide default implementations in UserDetails
2025-01-18 09:18:33
277
The methods isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, and isEnabled are used less often.It would...
Spring Security NullPointerException when GrantedAuthority.getAuthority() returns null
2025-01-18 09:18:31
37914
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
2025-01-18 09:18:28
1033
Similar to https://github.com/spring-projects/spring-security/issues/14210Update SecurityNamespaceHandler to require 6.4...
Spring Security fallback for method based authorization
2025-01-18 09:18:26
3933
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
2025-01-18 09:18:24
4542
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
2025-01-18 09:18:20
4105
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"
2025-01-18 09:18:18
14674
SummaryWith this code:@PostMapping("loginFacebook")public ClientAuth loginFacebook(@RequestBody @NotNull Faceb...
Spring Security NimbusJwtDecoderJwkSupport should offer method to get OAuth2TokenValidator
2025-01-18 09:18:15
18487
SummaryNimbusJwtDecoderJwkSupport is the underlying implementation for Spring Security JwtDecoder.NimbusJwtDecoderJwkSup...
Spring Security The docs reference #7537 which is closed
2025-01-18 09:18:11
372
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
2025-01-18 09:18:08
5572
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
2025-01-18 09:18:06
3884
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
2025-01-18 09:18:03
2123
Describe the bugConfiguring authorizations using the access() method interferes with authentication in an inconsistent w...
Spring Security cors reference documentation seems incomplete/innacurate
2025-01-18 09:18:00
8701
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 Cannot convert value of type 'org.springframework.security.web.access.intercept.FilterSecurityInterceptor' to required type 'javax.servlet.Filter' for property 'filter': no matching editors or conversion strategy found
2025-01-18 09:17:58
1945
Describe the bug Error creating bean with name 'filterInvocationInterceptorDeregistrationBean': Initialization of bean ...
Spring Security SessionRegistryImpl leaks principals under high load
2025-01-18 09:17:55
6685
There is a concurrency bug in SessionRegistryImpl where if you have multiple threads call registerNewSession concurrentl...
上一页
下一页
1
…
538
539
540
541
542
…
2246
.