Aurora Blog
Home
Spring Security Add FedCM Support
FedCM is a new proposal from W3C group, which simplifies the browse login.A detailed introduction from infoQ.https://www...
2025-09-11 14:00:56
186
Spring Security Remove Access API
Related to https://spring.io/blog/2025/09/09/access-api-moves-to-spring-security-accessWe should revisit this possibilit...
2025-09-11 14:00:54
208
Spring Security Remove MockWebServer from JwtIssuerAuthenticationManagerResolverTests
JwtIssuerAuthenticationManagerResolverTests uses MockWebServer which is flakey on GitHub Windows runners due to resource...
2025-09-11 14:00:52
5501
Spring Security Add Timestamped GrantedAuthority
Certain authorization rules are time-based. For example, a user may only have the profile:read authority if they've been...
2025-09-10 14:01:01
2142
Spring Security Propagate Authorities From Previous Authentications
If a user authenticates, and they has previously authenticated with another factor, the authorities from the first authe...
2025-09-10 14:00:57
176
Spring Security Add Builders for all Authentication implementations
We can simplify mutating an authentication by adding a builder to each Authentication implementation:public Builder<?...
2025-09-10 14:00:55
228
Spring Security Use AuthorizationManagerFactory in Kotlin DSL
Currently, the Kotlin DSL for authorizeHttpRequests internally invokes the following static factory methods that should ...
2025-09-10 14:00:51
707
Spring Security Provide Micrometer Context Propagation for SecurityContext
Add context propagation support via Micrometer Context Propagation for the SecurityContext, between SecurityContextHolde...
2025-09-07 14:00:22
6246
Spring Security Make ActiveDirectoryLdapAuthenticationProvider non-final to allow customization
Expected BehaviorClass ActiveDirectoryLdapAuthenticationProvider is non-final and can be extendedCurrent BehaviorClass A...
2025-09-06 14:00:56
3324
Spring Security ACL ownership insufficient to CHANGE_AUDITING
If we create a new ACL, set ourselves as the owner, create the first ACE assigning some permission to some SID, and try ...
2025-09-05 14:00:55
927
Spring Security Move Access API to Separate Module
The Access API has been deprecated for a few years now, though some applications continue to need it. We can move these ...
2025-09-05 14:00:53
246
Spring Security Add SecurityAssertions
There are many Security tests that extract authorities, convert them to strings, and then assert their contents. It woul...
2025-09-04 14:01:04
398
Spring Security RequestMatchers should implement equals and hashCode
Because Spring Security sometimes uses RequestMatcher as a Map key, all implementations should implement equals and hash...
2025-09-04 14:01:02
125
Spring Security AuthenticatedMatcher#withRoles should only check roles
Currently, AuthenticatedMatcher#withRoles checks all authorities in MvcResult.It's semantics would be clearer if withRol...
2025-09-04 14:01:01
271
Spring Security Document Importing into VS Code and Eclipse
@jvalkeal added support for importing Spring Security into VS Code and Eclipse. It would be helpful to document this as ...
2025-09-03 14:00:37
160
Spring Security [spring-security/crypto/bcrypt] [performance] SecureRandom created every for single password encode
Describe the bugBCrypt#gensalt without providing a SecureRandom instance, seems to generate one every single time.https:...
2025-08-30 14:01:01
857
Spring Security SEC-2856: Make cookie theft detection in remember-me service configurable because it's seriously broken
Jean-Pierre Bergamin (Migrated from SEC-2856) said:After enabling remember-me authentication for our SSO portal, people ...
2025-08-30 14:00:59
11848
Spring Security Remove null checks to work around setBeanResolver(BeanResolver)
Find comments linking to https://github.com/spring-projects/spring-framework/issues/35371 and remove the null check afte...
2025-08-30 14:00:51
161
Spring Security Remove @NullUnmarked from observability web classes
I wasn't sure how to resolve some of the errors with nullability inObservationWebFilterChainDecorator and ObservationFil...
2025-08-30 14:00:49
278
Spring Security APIs should Use Supplier<? extends @Nullable Authentication>
Using Supplier<@Nullable Authentication> prevents Supplier<Authentication> from being passed in. Instead we ...
2025-08-30 14:00:46
234
上一页
下一页
1
2
3
4
5
6
7
…
12
.