Spring Security Consider renaming CommonOAuth2Provider

We should consider renaming CommonOAuth2Provider to be more specific.The defaults provided in CommonOAuth2Provider are s...

Spring Security FilterSecurityInterceptor applies to every request by default

The new AuthorizationFilter that supersedes the FilterSecurityInterceptor applies to every dispatcher type. We should al...

Spring Security Consider using JoseHeader and JwtClaimsSet in Jwt

We should consider introducing public JoseHeader getJoseHeader() and public JwtClaimsSet getJwtClaimsSet() and potential...

Spring Security XSRF Cookie set twice

Hi,I'm still not entirely sure if it's a bug or a configuration error (but in that case, I couldn't find how to fix it i...

Spring Security Consider adding softlink from spring-security.xsd to latest schema

We should consider adding a relative softlink in config/src/main/resources/org/springframework/security/config so that s...

Spring Security Change task publishMavenJavaPublicationToLocalRepository to publishMavenJavaPublicationToBuildDirectoryRepository

Local could be interpreted as ~/.m2/repository or perhaps other locations.Changing the name clarifies that it is going t...

Spring Security Update usage of deprecated reactor.util.context.Context.putAll method

ReactorContextTestExecutionListener.DelegateTestExecutionListener.SecuritySubContext.currentContext() uses Context.putAl...

Spring Security Update DelegatingSecurityContextTaskScheduler to implement new Required Methods

Spring Framework updated TaskScheduler to use the new Java time API https://github.com/spring-projects/spring-framework/...

Spring Security Add an option to x509 spec for configuring successHandler/failureHandler

Expected BehaviorWe should be able to configure the authenticationSuccessHandler and authenticationFailureHandler for x5...

Spring Security DefaultFilterChainValidator should check AuthorizationFilter

DefaultFilterChainValidator should check for duplicate AuthorizationFilter instances as well as the common error of havi...

Spring Security Make OpenSAML Response available through authentication object

It would be nice to have an implementation of Saml2AuthenticatedPrincipal that includes the original Response instance. ...

Spring Security SecurityFilterChain order chain wrong under certain conditions

Describe the bugI'm not sure if it's a spring security or spring core bug. I've tried to do some debugging, but no idea ...

Spring Security InterceptMethodsBeanDefinitionDecorator should allow using AuthorizationManager

Comment From: jzheauxFixed in https://github.com/spring-projects/spring-security/commit/74a007dc917243a7daad246d70f9be90...

Spring Security AbstractWebClientReactiveOAuth2AccessTokenResponseClient use WebClientCustomizer to customize the webclient rather that using a setter

Hi,Would it be possible for AbstractWebClientReactiveOAuth2AccessTokenResponseClient to have the WebClient instance cust...

Spring Security AnonymousAuthenticationFilter Accesses Session on Every Request

java.lang.RuntimeException: getSession(false) at example.SessionAccessedFilter$1.getSession(SessionAccessedFilter.jav...

Spring Security Simplify Custom Method Authorization

SummaryTried expanding the Spring Security framework with a new Method level annotation, however, baked in classes and p...

Spring Security ServerJwtDslTests & WebTestClientHtmlUnitDriverBuilderTests tests failing with 404 issue

Describe the bugRunning the Gradle build from master branch the ServerJwtDslTests & WebTestClientHtmlUnitDriverBuild...

Spring Security Official documentation for WebSecurityConfigurerAdapter is wrong

In the official documentation of Spring Security 6.0.0 have an deprecated example:https://docs.spring.io/spring-security...

Spring Security @AuthenticationPrincipal doesn't work when using Interface parameters.

Describe the bug@AuthenticationPrincipal doesn't work when using Interface parameters.To ReproduceGiven a User interface...

Spring Security ServerRequestCacheWebFilter causes WebSession to be read every request

SummaryCurrently the ServerRequestCacheWebFilter causes the WebSession to be read on every request. We should be able to...
上一页 下一页
.