Nineya
Home
Blog
软著申请
Spring Security IdP SingleSignOnService Binding overridden to REDIRECT
2025-01-18 06:31:36
1227
Describe the bugBinding value of POST provided in IdP metadata overridden by default value of REDIRECTTo ReproduceConfig...
Spring Security Build failures on Windows Machine due to line feed character
2025-01-18 06:31:34
536
Describe the bugWhen running the command ./gradlew clean build on the project, you should face some errors with the chec...
Spring Security String#replaceAll error when compiling the project in Windows
2025-01-18 06:31:31
1471
Describe the bugWhen compiling the project on Windows running the command ./gradlew install you should face an error lik...
Spring Security Spring security update from 5.1.x to 5.2.x breaks security configuration
2025-01-18 06:31:28
3455
SummaryUpdated spring security to version 5.2.2-RELEASE (starting point 5.1.5-RELEASE) and the build started failing wi...
Spring Security Prevent CI from running on forks
2025-01-18 06:31:25
1033
The project's GitHub Actions CI build has a hard dependency on some secrets (e.g. GRADLE_ENTERPRISE_CACHE_USERNAME), whi...
Spring Security Spring Security 5.4.6 not working response.sendError()
2025-01-18 06:31:22
2813
Hello!I'm using Spring Boot 2.4.5 with Spring Security.When I updated my Spring Boot for the new version, I have a probl...
Spring Security saml2-service-provider: OpenSaml4AuthenticationProvider has Java 11 bytecode
2025-01-18 06:31:19
830
Describe the bugIn contrast to the rest of the classes in spring-security-saml2-service-provider-5.5.0*.jar, OpenSaml4Au...
Spring Security Use webclient in ReactiveUserDetailsService, throw Mono.error, making ConcurrentModificationException.
2025-01-18 06:31:17
12040
Describe the bugUse webclient in ReactiveUserDetailsService, throw Mono.error, making ConcurrentModificationException.If...
Spring Security Async JWKS retriever
2025-01-18 06:31:14
2379
The default JWKS retriever in Spring Security (RestOperationsResourceRetriever) performs its operation synchronously as ...
Spring Security NimbusOpaqueTokenIntrospector uses deprecated MediaType.APPLICATION_JSON_UTF8
2025-01-18 06:31:06
812
NimbusOpaqueTokenIntrospector.requestHeaders defines the header MediaType.APPLICATION_JSON_UTF8 which seems to be deprec...
Spring Security Use constant time comparisons for CSRF tokens
2025-01-18 06:31:03
1292
While it is not a practical exploit at this point, it is best to be defensive. We should change CSRF token comparison to...
Spring Security OpenSaml4AuthenticationProvider should validate Response Status
2025-01-18 06:31:00
2694
When the IdP returns an AuthnResponse for a failed authentication flow without any assertions the statusCode is not retu...
Spring Security Add Build Task for Incrementing Minor Version
2025-01-18 06:30:57
485
Whenever Spring Security increments a minor version, there is some manual work to do:Bump the version in SpringSecurityC...
Spring Security pre-authenticated principal has changed to and will be reauthenticated occasionally.
2025-01-18 06:30:55
15226
My application uses the spring 4.3.4 version and the spring-security 4.2.0 version. Here is the application context <...
Spring Security permitAll requests return 401 status for incorrect token
2025-01-18 06:30:48
1449
SummaryHi guys. We have dedicated authorization server application and and rest application. I've noticed that insecure ...
Spring Security @PreAuthorize (on a method of @RestController implementing an interface) removes it from HandlerMapping and I got 404
2025-01-18 06:30:46
2181
Describe the bugIn my project, I have a @RestController implementing an interface. That interface has the definition of ...
Spring Security Add generateChangelog
2025-01-18 06:30:43
140
Rather than generating a changelog by manually downloading the changelog tool and running it we should add a Gradle task...
Spring Security UsernamePasswordAuthenticationFilter It supports retrieving the username password from the body
2025-01-18 06:30:41
944
In order to get the username password from the body, I have to customize a filter, but all the logic is the same as it. ...
Spring Security JwtBearerOAuth2AuthorizedClientProvider should check for access token expiry
2025-01-18 06:30:38
186
The recently added JwtBearerOAuth2AuthorizedClientProvider should check for access token expiry, similar to the existing...
Spring Security Session Key "SPRING_SECURITY_SAVED_REQUEST" conflict between WebSessionServerRequestCache and HttpSessionRequestCache
2025-01-18 06:30:36
6583
Describe the bugI am building our Spring boot application and Spring Cloud Gateway application with Spring Security, and...
上一页
下一页
1
…
675
676
677
678
679
…
2246
.