Nineya
Home
Blog
软著申请
Spring Security For CommonOAuth2Provider: Add support for UAA
2025-01-18 06:25:39
894
SummaryIn CommonOAuth2Provider we provide support for:GoogleGitHubFacebookOktaI believe we should also explicitly suppor...
Spring Security NPE if there is no Json parser lib existed
2025-01-18 06:25:36
1256
At OAuth2AccessTokenResponseHttpMessageConverter it is using json message converter without checking if it is null or no...
Spring Security StreamingResponseBody not working in combination with annotation @WithMockUser
2025-01-18 06:25:33
6318
Describe the bugI have simple SpringMVC Controller returning StreamingResponseBody@RestControllerclass SampleController ...
Spring Security Improve HttpSessionSecurityContextRepository performance
2025-01-18 06:25:31
124
We can improve the performance of HttpSessionSecurityContextRepository by tracking if a value has been saved already or ...
Spring Security NullPointerException GlobalMethodSecurityConfiguration.getSingleBeanOrNull:183
2025-01-18 06:25:27
23372
SummaryA change in Spring Framework 5.1.0.RC2 caused the following exception methodSecurityWhenOrderUnspecifiedAndCustom...
Spring Security Improve HttpSessionSecurityContextSessionRepository Performance
2025-01-18 06:25:24
1215
Backport of gh-9387Comment From: CaesarGaoLooking at the commit history, it doesn't appear that the HttpSessionSecurityC...
Spring Security Consider providing setter of authenticationDetailsSource field in BearerTokenAuthenticationFilter
2025-01-18 06:25:22
2367
Expected BehaviorA custom AuthenticationDetailsSource can be injected into BearerTokenAuthenticationFilter.Current Behav...
Spring Security Integration Test That Verifies Authentication Fails When SessionCreationPolicy.STATELESS
2025-01-18 06:25:19
1942
Describe the bug@SpringBootTest integration tests that check the implementation of the authentication setup fail if the ...
Spring Security OWASP® ModSecurity Core Rule Set (CRS) Support
2025-01-18 06:25:16
745
I would like to get an impression whether there are plans to implement the https://coreruleset.org/ as part of Spring Se...
Spring Security ACL can't be owned by a GrantedAuthoritySid
2025-01-18 06:25:13
2855
Describe the bugACL can't be owned by a GrantedAuthoritySidTo ReproduceAs user with a role named TEST, after successfull...
Spring Security Tests randomly fail with ProviderNotFoundException
2025-01-18 06:25:11
5797
This is gonna be a tough one. I haven't yet been able to reproduce it reliably, although I have experienced it multiple ...
Spring Security Bypass CSRF protection: header X-XSRF-TOKEN and Cookie XSRF-TOKEN both set with any identical value triggers API instead of returning 403 Forbidden
2025-01-18 06:25:08
4026
I agree that Cookie XSRF-TOKEN is set by the server and is not meant to be set on the client side, but...Describe the bu...
Spring Security Looking for a way to use configured redirect url over cached
2025-01-18 06:25:02
827
OAuth2AuthorizationCodeGrantFilter gives precedence to the cached redirect url over configured one.This fails Use cases ...
Spring Security Clarify in Javadoc that .csrf() enables CSRF protection
2025-01-18 06:24:59
214
In the HttpSecurity#csrf() Javadoc, we should explicitly mention that this method enables CSRF protection.It may be uncl...
Spring Security Consider reworking Jackson modules to support nanosecond precision
2025-01-18 06:24:57
3099
As indicated in https://github.com/FasterXML/jackson-modules-java8/issues/307, ObjectMapper#readTree cannot delay the ev...
Spring Security Failure on sparse userinfo with Microsoft identity platform (v2.0)
2025-01-18 06:24:55
8932
SummaryI've been playing around with Microsoft's identity platform (v2.0) and it seems like it it doing things a bit dif...
Spring Security Missing statement in docs for JdbcUserDetailsManager example
2025-01-18 06:24:52
301
In section https://docs.spring.io/spring-security/site/docs/5.4.5/reference/html5/#servlet-authentication-jdbc-bean in E...
Spring Security SAML Saml2WebSsoAuthenticationFilter SHOULD wrap AuthenticationConverter convert exception to AuthenticationException
2025-01-18 06:24:47
8028
Saml2WebSsoAuthenticationFilter doesn't catch AuthenticationConverter convert exception, we should wrapper the exception...
Spring Security java.lang.NoClassDefFoundError: Could not initialize class com.azure.identity.implementation.IdentityClient
2025-01-18 06:24:45
2807
I have multimodule spring boot project, In parent pom.xml I have dependencies like below1.Spring boot dependencyorg.spr...
Spring Security Spring Security oauth2-client is not supporting Apple provider
2025-01-18 06:24:40
2741
Expected Behavior Apple now forces app developers to provide Sign in with Apple if they want to submit apps that current...
上一页
下一页
1
…
680
681
682
683
684
…
2246
.