Nineya
Home
Blog
软著申请
Spring Security Getting 403 forbidden error even after disabling csrf
2025-01-18 06:26:50
1335
I'm building a back end API with spring boot and I'm using Postman to imitate the client application. Sign up is working...
Spring Security Use Gradle Constraints + platform instead of DependencyManagementPlugin
2025-01-18 06:26:48
229
Gradle provides dependency constraints and platforms as a more modern way of controlling dependency versions when compar...
Spring Security Use new api/implementation configurations
2025-01-18 06:26:45
155
The build currently relies on old compile and testCompile configurations. We should migrate to api/implementation variat...
Spring Security Add updateDependencies Task
2025-01-18 06:26:41
475
We should add a task that automatically updates the dependencies of the build. The minimum requirements:Be able to creat...
Spring Security Add JWT Authentication support
2025-01-18 06:26:38
8841
It would be nice if Spring Security supported REST APIs issuing self-signed JWTs.One use case that is quite common is fo...
Spring Security Make it possible to use JWTs instead of sessions
2025-01-18 06:26:34
4441
More and more web applications are becoming stateless, so it should be possible to replace sessions with JWTs instead. F...
Spring Security Add support to fetch the JWT token for OAuth2 client_credentials flow in the background
2025-01-18 06:26:31
6294
We migrated to Spring Security from the Zalando Tokens library which was able to fetch the JWT Tokens for the OAuth2 cli...
Spring Security BasicAuthenticationFilter performace issue
2025-01-18 06:26:28
1114
BasicAuthenticationFilter uses default password encoder which in latest spring boot set to BCrypt. This configuration cr...
Spring Security @Order annotations cannot be used with @Bean methods
2025-01-18 06:26:25
3006
Whilst looking at https://github.com/spring-projects/spring-boot/issues/23421 I noticed a few of our migrations use the ...
Spring Security Absent sample chat application that referenced in the documentation.
2025-01-18 06:26:21
397
SummaryThis page: https://docs.spring.io/spring-security/site/docs/5.0.4.RELEASE/reference/html/websocket.htmlhas text: ...
Spring Security Enable caching for travis builds
2025-01-18 06:26:19
298
SummaryCurrently, the travis build does not cache the maven and gradle artifacts from build to build.Caching is enabled ...
Spring Security Remove Travis
2025-01-18 06:26:16
128
Now that we use GitHub Actions for Pull Requests (gh-8680) we should remove Travis Comment From: eleftheriasClosed via ...
Spring Security Authentication and Principal arguments in controller functions are null with anonymous principal
2025-01-18 06:26:13
9858
SummaryWhen using anonymous user in security and trying to inject the Authentication or Principal to a method in a RestC...
Spring Security When I custom AuthenticationProvider, can I remove the Default Provider-DaoAuthenticationProvider?
2025-01-18 06:26:10
5148
I added a custom AuthenticationProvider not only use username, but also through the mobile phone number, email for valid...
Spring Security X509Configurer to support authenticationFailure/SuccessHandler
2025-01-18 06:25:57
1999
Should be able to set authenticationFailureHandler and authenticationSuccessHandler.Right now this is not possible, so t...
Spring Security Upgrade to Gradle 6.8.2
2025-01-18 06:25:54
892
Consider to upgrade the gradle/wrapper/gradle-wrapper.properties file to distributionUrl=https\://services.gradle.org/di...
Spring Security Spring Security 3.2.10 Manifest is empty
2025-01-18 06:25:52
1168
SummaryI downloaded a fresh copy of Spring Security 3.2.10 from Maven Central and found the MANIFEST.MF is empty:Manifes...
Spring Security Make oAuth request with load balanced web client
2025-01-18 06:25:49
1395
Expected BehaviorI want to make some oAuth requests using a loadbalancer. For example, requests to get a token, refresh ...
Spring Security Instantiation of JWSVerificationKeySelector inside of JwtDecoders.fromOidcIssuerLocation throws exception
2025-01-18 06:25:46
4220
Describe the bugTrying to create a JWT decoder using the JwtDecoders.fromOidcIssuerLocation methods propagates to the fo...
Spring Security ServletOAuth2AuthorizedClientExchangeFilterFunction never removes an invalid token if principal is authenticated
2025-01-18 06:25:43
6790
Describe the bugServletOAuth2AuthorizedClientExchangeFilterFunction with AuthenticatedPrincipalOAuth2AuthorizedClientRep...
上一页
下一页
1
…
679
680
681
682
683
…
2246
.