Spring Security Issue with HttpSecurity.logout() for frontend

We are not able to get CORS headers from CROSFIlter in logout request which restrict browsers to read the response. Erro...

Spring Security Add remaining methods from ExpressionUrlAuthorizationConfigurer to AuthorizeHttpRequestsConfigurer

[x] Add rememberMe to AuthorizeHttpRequestsConfigurer[x] Add fullyAuthenticated to AuthorizeHttpRequestsConfigurer[x] Ad...

Spring Security Allow multiple NameIdFormat in RelyingPartyRegistration

Expected BehaviorIn other Sp metadata provider (Okta for example), we can generate SP metadata that contains all the fol...

Spring Security @WithMockUser doesn't work on method annotated as @BeforeEach

SummaryStrange behaviour of @WithMockUser on method annotated as @BeforeEachActual Behavior@BeforeEach annotated method...

Spring Security OAuth 2.0 Client baseUrl schema wrong with TLS termination

SEE: SPRING-BOOT #12593SummaryTLS termination seems to cause baseUrl to use http instead of httpsActual BehaviorTLS term...

Spring Security Remove deprecated allowMultipleAuthorizationRequests

Remove deprecated allowMultipleAuthorizationRequests in HttpSessionOAuth2AuthorizationRequestRepository and WebSessionOA...

Spring Security Add package javadoc to remaining packages

spring-javaformat-checkstyle 0.032+ requires package javadoc which breaks the Spring Security Build. We need to fix the ...

Spring Security Update org.junit.jupiter to 5.9.0-RC1

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/bbccc48d2ff1694df2bdbf...

Spring Security Update org.jetbrains.kotlin to 1.7.10

Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-security/commit/0c14a36ad6609b0ed15c02...

Spring Security Update to Kotlin 1.7

Spring Framework updated to Kotlin 1.7 and so to align dependency versions, Spring Security should also update to Kotlin...

Spring Security Provide alternative for MD5 hashing in remember me token

Expected BehaviorTo hash passwords and secret keys a secure hashing algorithm (e.g., SHA256) should be used.Current Beha...

Spring Security Methods Secured With Multiple @PreAuthorize Silently Only Execute One

Describe the bugOn a controller method annotated with multiple instances of @PreAuthorize, only the first annotation is ...

Spring Security Add MethodExpressionAuthorizationManager

Related to #11105. A method-based version will be useful for <protect-pointcut> and other method security features...

Spring Security Improve docs on dispatcherTypeMatcher

With both the AuthorizationFilter and FilterSecurityInterceptor applying to every dispatcher type, we should make it eas...

Spring Security Automate 5.6.x releases

Backport release automation from main to 5.6.x.Related gh-10451Comment From: github-actions[bot]Fixed via 148756076c22f0...

Spring Security Automate 5.7.x releases

Backport release automation from main to 5.7.x.Related gh-10451Comment From: github-actions[bot]Fixed via d76c321f8c300c...

Spring Security Change interface with constants to final class

We should change interface that define constants only to public final class (same as JoseHeaderNames).This change should...

Spring Security Update javadoc in CommonOAuth2Provider

The original intent of CommonOAuth2Provider is to provide sensible defaults for the HttpSecurity.oauth2Login() flow when...

Spring Security Update io.r2dbc:r2dbc-h2 to 1.0.0.RC1

Upgrade io.r2dbc:r2dbc-h2 (used as testImplementation in oauth2-client) to 1.0.0 once spring-r2dbc is compatible with th...

Spring Security WebSessionServerRequestCache only supports saving GET requests

Expected BehaviorWebSessionServerRequestCache or another ServerRequestCache implementation should support saving POST re...
上一页 下一页
.