Spring Security Allow customizing AbstractRememberMeServices cookie

Expected BehaviorCurrent BehaviorContextI want to set the same-site attribute for the remember-me cookie. The servlet Co...

Spring Security Add Kotlin support to DefaultMethodSecurityExpressionHandler

Expected BehaviorWhen using the @PreFilter and @PostFilter annotations with Kotlin's Collection and Map, the filtering l...

Spring Security Duplicate annotation exception with MockMvc and method-level annotations

Describe the bugWhile upgrading from Spring Boot 2.5.6 to 2.7.1 I noticed an issue with MockMvc and method-level @PreAut...

Spring Security Kotlin Coroutines Issues

This issue groups together related Kotlin Coroutines issues.Blocking Spring Security- [x] https://github.com/spring-proj...

Spring Security Kotlin coroutine context lost in suspend functions with method security annotations

Describe the bugWorking on a new backend for a product that makes heavy use of Spring with Kotlin, WebFlux, Spring Metho...

Spring Security @PreAuthorize in combination with kotlin coroutines and @Transactional does not proceed to invoke TransactionInterceptor

Describe the bugUnsure whether or not this is a bug or expected behaviour. When annotating a suspending kotlin function ...

Spring Security @EnableCache doesn't work with @GlobalMethodSecurityConfiguration

Description of the BugWhen injecting a bean inside the @EnableGlobalMethodSecurity Configuration class, any method marke...

Spring Security Google OAuth2 Login get Userinfo invalid content type 'application/json;charset=utf-8'.

Describe the bug[invalid_user_info_response] An error occurred while attempting to retrieve the UserInfo Resource from '...

Spring Security Exclude url form OAuth2 security authentication

I have this Spring Security 6 configuration configured to work with Keycloak server:@Configuration@EnableWebSecurity@Ena...

Spring Security Should OidcIdToken implement equals?

Describe the bugI wondered if OidcIdToken should implement equals. While running some test, I realized that the claims o...

Spring Security ReactiveRemoteJWKSource cached JWKSet invalidation

SummaryIn NimbusReactiveJwtDecoder there is ReactiveRemoteJWKSource instance created when used with JWK Set URI. I didn'...

Spring Security IpAddressMatcher.matches(String address) still accepts URLs

Describe the bugFollowing the update to spring security 6.3.0 we were facing issues with the IpAddressMatcher in our val...

Spring Security AccessDeniedHandler cannot handle exception thrown from AuthorizationManagerBeforeMethodInterceptor

Expected BehaviorThe AccessDeniedHandler should be able to handle all AccessDeniedException.Current BehaviorThe AccessDe...

Spring Security Cannot override WebClient for NimbusReactiveJwtDecoder in ReactiveOidcIdTokenDecoderFactory

Expected BehaviorAs the title says ... the NimbusReactiveJwtDecoder is created with default web client initialized stati...

Spring Security Resolving invalid CSRF token values is not consistent

Describe the bugWhen CSRF tokens are modified client-side, resolving token values with the Xor* implementations is not c...

Spring Security Revisit OAuth 2.0 Client Documentation

[ ] https://github.com/spring-projects/spring-security/issues/15130Comment From: BingChunMoLicustom AuthorizationRequest...

Spring Security ArrayIndexOutOfBoundsException in XorCsrfTokenRequestAttributeHandler

java.lang.ArrayIndexOutOfBoundsException is thrown in XorCsrfTokenRequestAttributeHandler during attackAffects version s...

Spring Security add more constants to OAuth2ParameterNames

code_verifier, code_challenge, and code_challenge_method would be nice.Comment From: jzheauxHey, @xenoterracide, thanks ...

Spring Security OpenSaml4AssertionValidator is not respecting clock skew settings

I am using Opensaml4AuthenticationProvider as an authentication provider in saml security filter chain, previously I was...

Spring Security Sign SP Metadata

The EOL SAML version provided a way to sign SP metadata like this: ExtendedMetadata extendedMetadata = generator.generat...
上一页 下一页
.