Spring Security Support refreshing OIDC ID Token

Expected BehaviorWhen using the @RegisteredOAuth2AuthorizedClient or OAuth2AuthorizedClient I would like to use the OIDC...

Spring Security ActiveDirectoryLdapAuthenticationProvider does not support different AuthoritiesPopulator

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

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

public abstract class AbstractController { @GetMapping("/get") public String get() { return &quot...

Spring Security Improve the BasicAuthenticationFilter to allow callbacks for both successful and failed authentication events.

Expected BehaviorCan customize and set callback method in BasicAuthenticationFilter. (Such as logging, saving audit log ...

Spring Security Issues regarding the creator of DaoAuthenticationProvider

Expected BehaviorAdd a constructor with AuthenticationProvider as a factor to the DaoAuthenticationProvider classCurrent...

Spring Security ServerHeadersDsl doesn't allow addition of custom ServerHttpHeadersWriter

Expected BehaviorIt should be possible to add a custom ServerHttpHeadersWriter with Kotlin DSL, something likehttp { ...

Spring Security StreamingResponseBody & SSE Meet 'Access Denied'

Describe the bugSSE Configrole for token was: normal;but when i use StreamingResponseBody to send response, (when stream...

Spring Security Simplify Request Authorization Configuration

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

Nimbus has deprecated RemoteJWKSet in favor of using JWKSourceBuilderBy association, JWKSetCache is also deprecated. Sin...

Spring Security Add Missing serialVersionUIDs

To ensure backward compatibility, Security components that implement Serializable should have a serialVersionUID.Based o...

Spring Security Restore Deprecated ObjectPostProcessor constructors for binary compatibility

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

Describe the bugAs a Serializable class, DefaultSaml2AuthenticatedPrincipal should define serialVersionUID to avoid unne...

Spring Security Issue when using @AuthenticationPrincipal on interfaces

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

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

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

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)

Expected BehaviorRFC 9126 introduces pushed authorization requests (PAR) for OAuth. In essence, pushed authorization req...

Spring Security Servlet and Reactive OAuth2 Client consistency

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

We should align (Server|Servlet)OAuth2AuthorizedClientExchangeFilterFunction with OAuth2ClientHttpRequestInterceptor whi...
上一页 下一页
.