Nineya
Home
Blog
软著申请
Spring Security Support refreshing OIDC ID Token
2025-01-18 09:44:47
2980
Expected BehaviorWhen using the @RegisteredOAuth2AuthorizedClient or OAuth2AuthorizedClient I would like to use the OIDC...
Spring Security ActiveDirectoryLdapAuthenticationProvider does not support different AuthoritiesPopulator
2025-01-18 09:44:44
1720
SummaryThe ActiveDirectoryLdapAuthenticationProvider is final and does not use an AuthoritiesPopulator and LdapAuthentic...
Spring Security PreAuthorizeExpressionAttributeRegistry#resolveAttribute can't find annotation on class when method is declared on superclass
2025-01-18 09:44:42
2305
Describe the bugUsing @PreAuthorize annotation on Class is not found when method is declared on superclass.To ReproduceT...
Spring Security UniqueSecurityAnnotationScanner should consider annotation on target class level as fallback
2025-01-18 09:44:39
949
public abstract class AbstractController { @GetMapping("/get") public String get() { return "...
Spring Security Improve the BasicAuthenticationFilter to allow callbacks for both successful and failed authentication events.
2025-01-18 09:44:36
1419
Expected BehaviorCan customize and set callback method in BasicAuthenticationFilter. (Such as logging, saving audit log ...
Spring Security Issues regarding the creator of DaoAuthenticationProvider
2025-01-18 09:44:33
1911
Expected BehaviorAdd a constructor with AuthenticationProvider as a factor to the DaoAuthenticationProvider classCurrent...
Spring Security ServerHeadersDsl doesn't allow addition of custom ServerHttpHeadersWriter
2025-01-18 09:44:23
580
Expected BehaviorIt should be possible to add a custom ServerHttpHeadersWriter with Kotlin DSL, something likehttp { ...
Spring Security StreamingResponseBody & SSE Meet 'Access Denied'
2025-01-18 09:44:20
42180
Describe the bugSSE Configrole for token was: normal;but when i use StreamingResponseBody to send response, (when stream...
Spring Security Simplify Request Authorization Configuration
2025-01-18 09:43:59
6640
Nearly every application needs to override Spring Security's default authorization rule that all requests require the th...
Spring Security Remove Deprecated Usages of RemoteJWKSet
2025-01-18 09:43:57
1125
Nimbus has deprecated RemoteJWKSet in favor of using JWKSourceBuilderBy association, JWKSetCache is also deprecated. Sin...
Spring Security Add Missing serialVersionUIDs
2025-01-18 09:43:54
1858
To ensure backward compatibility, Security components that implement Serializable should have a serialVersionUID.Based o...
Spring Security Restore Deprecated ObjectPostProcessor constructors for binary compatibility
2025-01-18 09:43:51
3235
Describe the bugWith 6.4.0, especially with this commit: https://github.com/spring-projects/spring-security/commit/ee9a8...
Spring Security DefaultSaml2AuthenticatedPrincipal should define a serialVersionUID
2025-01-18 09:43:48
10464
Describe the bugAs a Serializable class, DefaultSaml2AuthenticatedPrincipal should define serialVersionUID to avoid unne...
Spring Security Issue when using @AuthenticationPrincipal on interfaces
2025-01-18 09:43:44
1266
In the current version of Spring Security (version 6.4), a changed behavior occurs when using the @AuthenticationPrincip...
Spring Security SAML 2.0 Documentation should talk about decrypting unsigned SAML 2.0 responses
2025-01-18 09:43:42
742
In 5.5, a change was made to disallow decryption unless the SAML 2.0 response is signed. Since this is a breaking change...
Spring Security The selectJwk method of NimbusJwtEncoder class should not throw Exception when jwks size great than one
2025-01-18 09:43:39
3810
Describe the bugI implemented a rotating JWKS using Redis, where a new JWK is generated at regular intervals, and the ol...
Spring Security Make Saml2AuthenticationToken Serializable
2025-01-18 09:43:33
151
Saml2AuthenticationToken implements Serializable, but cannot be serialized due to RelyingPartyRegistration, one of its m...
Spring Security Consider adding support for pushed authorization requests (PAR, RFC 9126)
2025-01-18 09:43:31
12126
Expected BehaviorRFC 9126 introduces pushed authorization requests (PAR) for OAuth. In essence, pushed authorization req...
Spring Security Servlet and Reactive OAuth2 Client consistency
2025-01-18 09:43:29
1186
This theme will focus on providing consistency for Servlet and Reactive applications that use OAuth2 Client features. Ex...
Spring Security Consider adding ClientRegistrationIdResolver to ExchangeFilterFunctions
2025-01-18 09:43:26
723
We should align (Server|Servlet)OAuth2AuthorizedClientExchangeFilterFunction with OAuth2ClientHttpRequestInterceptor whi...
上一页
下一页
1
…
514
515
516
517
518
…
2246
.