Spring Security DefaultMethodSecurityExpressionHandler is not eligible for getting processed by all BeanPostProcessors

Describe the bugThis is kind of a follow up to https://github.com/spring-projects/spring-security/issues/8407. I just fo...

Spring Security Add ability to change CacheControlHeadersWriter write logic decider

Expected BehaviorAfter adding ".cacheControl()" there should be an option to override header write decider.Current Behav...

Spring Security PasswordReactiveOAuth2AuthorizedClientProvider depends on RefreshTokenReactiveOAuth2AuthorizedClientProvider to be configured

Describe the bugI am using the AuthorizedClientServiceReactiveOAuth2AuthorizedClientManager with a PasswordReactiveOAuth...

Spring Security Convenience authentication handlers returning an HTTP status

Expected BehaviorThere exists an implementation of AuthenticationFailureHandler which returns an HTTP status code of 401...

Spring Security Spring Security OAuth Client for WebClient With Password Grant Type is not renewing token when expired

Describe the bugI made an application with Spring Security OAuth Client for WebClient to make it easier to obtain a toke...

Spring Security Customize filter instance with HttpSecurity#formLogin call

Expected BehaviorFormLoginConfigurer could have a method to call AbstractAuthenticationConvigurer#setAuthenticationFilte...

Spring Security Simplify customizing ReactiveOAuth2AccessTokenResponseClient to workaround urlencoding of oauth clientid/secrets

Expected BehaviorHello,This is kind of a follow up to #10018. While trying to upgrade to spring security 5.5.1, I found ...

Spring Security OAuth2 / WebClient: support client credentials not scoped to principal

Expected BehaviorIf I have a WebClient with OAuth2 support, based on AuthorizedClientServiceOAuth2AuthorizedClientManage...

Spring Security Add PostFilter support for Optionals

Expected BehaviorAdd functionality to use @PostFilter on Optional return types.Current BehaviorCurrently filtering is su...

Spring Security High CPU utilization and bad response time when using BASIC authentication

Bug descriptionWhen I run a load testing script that sends 150 requests/second for 10s targeting an endpoint that is pro...

Spring Security Make HttpServletRequest available to the AuthorizationRequestCustomizer

Expected BehaviorI want to customize my authorization request in several ways for my multi-tenant application.I want to ...

Spring Security i18n the AccessDeniedException message

Expected BehaviorYou should be able to internationalize the org.springframework.security.access.AccessDeniedException me...

Spring Security AuthenticationFailureEvent does not exist

Describe the bugThe Spring Security doc, section 10.21 and 12.3.26 references AuthenticationFailureEvent, but it does no...

Spring Security AclClassIdUtils is package private and not accessible

Describe the bugThis is a follow up from #10079, as i discovered, that AclClassIdUtils is package private, wich seems a ...

Spring Security Add AuthenticationDetailsSource to Form Login Kotlin DSL

The Kotlin DSL should allow setting a custom AuthenticationDetailsSource when using Form Loginhttp { formLogin { ...

Spring Security Add AuthenticationDetailsSource to OAuth2 Login Kotlin DSL

The Kotlin DSL should allow setting a custom AuthenticationDetailsSource when using OAuth2 Loginhttp { oauth2Login { ...

Spring Security ApacheDSContainerTests Fail on Windows

The ApacheDSContainerTests fail on windows because the spring.keystore still has an open handle. This was discovered whe...

Spring Security JWKS retrieval needs configurable timeout

I'm experiencing intermittent failures when starting my Spring Boot app because the JWKS retrieval times out.I'd like to...

Spring Security Spring Formatters have been not registered when some class extends WebSecurityConfigurerAdapter

The desired steps to a valid Formatters registration are:First of all, the method addWebMvcConfigurers located in WebMvc...

Spring Security Add resource server support for multiple trusted JWT access token issuers

SummaryAdd resource server support for multiple trusted JWT access token issuersActual BehaviorPresently we can configur...
上一页 下一页
.