Nineya
Home
Blog
软著申请
Spring Security Support custom GrantedAuthorities strategy for ActiveDirectoryLdapAuthenticationProvider
2025-01-18 09:16:44
1037
SummaryIn connection with using ActiveDirectoryLdapAuthenticationProvider it is only possible to extract memberOf in the...
Spring Security Allow authorities loading customization in ActiveDirectoryLdapAuthenticationProvider
2025-01-18 09:16:41
928
Expected BehaviorYou can change ActiveDirectoryLdapAuthenticationProvider's loadUserAuthorities behavior somehow (by ext...
Spring Security Support GrantedAuthorityDefaults Bean in authorizeHttpRequests Kotlin DSL
2025-01-18 09:16:38
5288
OverviewIn the Java DSL configuration, the role prefix is correctly applied based on the configured GrantedAuthorityDefa...
Spring Security Simplify MVC-based authentication
2025-01-18 09:16:36
11265
It's common in an application to use Spring MVC to publish a custom login page, for example like so:@GetMapping("/l...
Spring Security Add OpenFGA Support
2025-01-18 09:16:33
20877
We should look into adding OpenFGA support See https://openfga.dev/Some NOTES for myself:[ ] We can use Testcontainers s...
Spring Security Session Cookie name cannot be changed in OIDC back channel logout handler
2025-01-18 09:16:30
2348
Describe the bugIn OidcBackChannelLogoutHandler.java for Spring Security 6.3.0 (and earlier), the session cookie name is...
Spring Security Incorrect documentation for OIDC Back-Channel Logout
2025-01-18 09:16:27
639
Describe the bughttps://docs.spring.io/spring-security/reference/servlet/oauth2/login/logout.html states that you need a...
Spring Security default SpringOpaqueTokenIntrospector always returns empty authorities
2025-01-18 09:16:24
1931
The default principal created for an OAuth2 resource server opaque token does not include the token scopes in the author...
Spring Security AbstractRequestMatcherRegistry#requestMatchers should pick MvcRequestMatcher when using MockMvc
2025-01-18 09:16:21
566
Because MockMvc's mock servlet context does not return any servlet registrations, Spring Security will pick AntPathReque...
Spring Security Improve CVE-2023-34035 detection
2025-01-18 09:16:18
57786
:zap: UPDATE :zap:: A proposed solution is available in the latest 6.2 snapshot build. Please see this comment for detai...
Spring Security Unable to obtain SecurityContext when using @PathVariable
2025-01-18 09:16:05
2626
Describe the bugA request cannot obtain a SecurityContextusing @PathVariable, but using @RequestParam can obtain a Secur...
Spring Security Uses deprecated method
2025-01-18 09:16:02
1681
In https://github.com/spring-projects/spring-security/blob/5.4.x/samples/boot/helloworld/src/main/java/org/springframewo...
Spring Security Reactive JWT Decoder not picking up algo from jwk but non reactive version works
2025-01-18 09:16:00
2577
Describe the bugReactiveJwtDecoders.fromIssuerLocation("https://thomasmiller.eu.authz.cloudentity.io/thomasmiller/test")...
Spring Security signWith() in version 6 makes big problem when trying to verify JWT on client-side
2025-01-18 09:15:57
1643
There is a problem in SpringSecurity 6 when signing JWT. For example, I have these 2 methods in my application:` publi...
Spring Security Logic of secured endpoint (Mono ResponseEntity) is invoked for authenticated requests but HTTP 401 is returned
2025-01-18 09:15:54
28903
Describe the bugAfter migrating from SpringBoot 2.7.7 to Spring Boot 3.0.2 I observed that REST endpoints which return a...
Spring Security Clarify the behavior of Concurrent Session Management when an IdP is involved
2025-01-18 09:15:51
9610
Expected Behaviorthe current tutorial for spring concurrent session management says it works out of the box with OAuth:h...
Spring Security Configuration rules that worked in Spring Security 5 don't work in 6.0.1
2025-01-18 09:15:48
10086
Describe the bugConfiguration rules that worked in Spring Security 5 don't work in 6.0.1.After migrating the security co...
Spring Security Broke link in OAuth 2.0 migration link
2025-01-18 09:15:44
734
Spring Security exposes the same functionality via the Spring Security DSL, which is configured by extending WebSecurity...
Spring Security XorCsrfTokenRequestAttributeHandler class method parameter actualToken, token calibration failure
2025-01-18 09:15:41
4972
springboot:3.1.2springsecurity:6.12The SecurityConfiguration code is as follows:`@Configuration@EnableWebSecuritypublic ...
Spring Security Spring Cloud Gateway - TokenRelayGatewayFilter - Fetching of access token by refresh token run into stale token error response
2025-01-18 09:15:38
7663
Describe the bugHi,We are using Spring Cloud Gateway as BFF for a frontend application which is written in next.js and c...
上一页
下一页
1
…
540
541
542
543
544
…
2246
.