Nineya
Home
Blog
软著申请
Spring Security Spring security without spring or spring boot
2025-01-18 09:27:21
557
The documentation says spring security can be used without spring boot (https://docs.spring.io/spring-security/reference...
Spring Security SpringSessionBackedReactiveSessionRegistry removeSessionInformation hasn't been implemented
2025-01-18 09:27:19
1109
This looks like a bug:It's the only method not implemented? @Override public Mono<ReactiveSessionInformation>...
Spring Security Support RFC 9457 error details for OAuth2 JWT validation
2025-01-18 09:27:16
5359
Expected Behaviorwhen this is used: @Bean SecurityFilterChain configure(HttpSecurity http, AuthorizationManager<R...
Spring Security Methods annotated with @PostFilter are processed twice by PostFilterAuthorizationMethodInterceptor
2025-01-18 09:27:14
4997
Bug descriptionFound in version: 5.8.13Fix required in: 5.8.x (required to enable migration to Spring Security 6).While ...
Spring Security Spring Session / Security - Redis Sessions not being properly deleted
2025-01-18 09:27:05
7053
Hi, I have a Spring OAuth Client (BFF), between a Public Angular Client, and an Auth0 Authorization server. When I login...
Spring Security Spring OAuth Client - won't redirect when Spring Auth Server receives invalid credentials
2025-01-18 09:27:00
6971
Probably my last BFF bug, before I shift to Tailwind and Angular (hopefully). It's been an epic 3 month journey so far i...
Spring Security Spring do not support 401 unauthorized responce by default
2025-01-18 09:26:57
2138
spring security version 6.3.1i did implement Jwt tocken, but by trying to access protected resource without auth i get b...
Spring Security Response header Vary since Spring Security 6.2.0
2025-01-18 09:26:52
1823
After upgrading from Spring Boot 3.1.* to Spring Boot 3.2.0 which includes Spring Security 6.2.0, responses of REST serv...
Spring Security Security Context being called twice for every endpoint on Spring API Gateway
2025-01-18 09:26:49
5741
Hi, Is there a way of preventing a security context from being called twice?I have an API Gateway, with a Token Relay fi...
Spring Security Update eclipse/vscode configuration to use -parameters
2025-01-18 09:26:36
157
Given that several tests rely on method parameter names being inspected reflectively, we should configure Eclipse and VS...
Spring Security Support Global Observation Convention Configuration
2025-01-18 09:26:34
269
Related to https://github.com/spring-projects/spring-security/issues/12534 and https://github.com/spring-projects/spring...
Spring Security ObservationRegistry is never post-processed
2025-01-18 09:26:32
138
Forward port of #15658Comment From: jzheauxClosed in 0cab7c8f15ab98e97b10458d63ed3d85601b0903 and 1118b0ec63b87de00957f5...
Spring Security ObservationRegistry is never post-processed
2025-01-18 09:26:29
6706
Describe the bugI am running a Spring Boot web application with JDK 21 with the following versions/components:springBoot...
Spring Security Simplify adding AuthorizationAdvisors to AuthorizationAdvisorProxyFactory
2025-01-18 09:26:27
1194
To add an advisor to AuthorizationAdvisorProxyFactory is simple:List<AuthorizationAdvisor> advisors = ...Authoriza...
Spring Security Migrate to io.spring.develocity.conventions plugin
2025-01-18 09:26:23
277
Related gh-15021See also spring-io/develocity-conventions#82 and spring-io/develocity-conventions#89Comment From: sjohnr...
Spring Security Mark Duplicate Dependabot PRs is not consistent
2025-01-18 09:26:20
1061
The workflow does not seem to be marking the duplicate PRs consistently.One example run is this one, where it didn't fin...
Spring Security Is it safe to store client password inside clientRegistration inside Authorized Client
2025-01-18 09:26:15
5142
I noticed that the class DefaultReactiveOAuth2AuthorizedClientManager relies on passing in Authorized Client instances t...
Spring Security redisAuthorizedClientRepository not being called, but redisReactiveOAuth2AuthorizedClientService is?
2025-01-18 09:26:12
3516
Describe the bugAuth ManagerDespite doing this, @Configurationinternal class OAuth2AuthorizedManagerConfig { private ...
Spring Security Spring Security ACL based on MongoDB
2025-01-18 09:26:08
5372
Spring Security ACL is, by its current implementation, based on SQL databases which joins together all 4 tables (sid, cl...
Spring Security Remove Bootstrap CSS from default login/logout page
2025-01-18 09:26:06
1240
ContextCurrently, the default Spring Security login and logout pages are styled using Bootstrap CSS. The version we use ...
上一页
下一页
1
…
530
531
532
533
534
…
2246
.