Spring Security It's not possible to disable micrometer obversability

This is a continuation of https://github.com/spring-projects/spring-boot/issues/33275As requested there, i will open an ...

Spring Security HttpSessionRequestCache.matchingRequestParameterName = continue

Comment From: daixixidaiNo description provided.Hello,I found an error or problem when I used newest Spring Security(6.0...

Spring Security Reject use of Stream

Similar to gh-9641 we should reject usage of StreamSee gh-7154Comment From: damingerdaiis it necessary to refuse to use ...

Spring Security CSRF token repository broken with Angular 14

Describe the bugAngular compatibility is broken with Spring Boot 3 RC1 and implementation of the XOR token generation.Th...

Spring Security Add isFullyAuthenticated to AuthenticatedTrustResolver

Since isFullyAuthenticated is a composition of isAnonymous and isRememberMe, a default convenience method can be added:d...

Spring Security Option to remove KeyInfo (or replace X509Data with KeyName) from signature

The SAML IDP that we use requires us to follow these rules:When signing metadata, it should contain the element, and it...

Spring Security Spring Security protect-pointcut error when using with Spring Boot

Describe the bugI have a Spring boot application that want to secure with Spring Security. I want to use protect-pointcu...

Spring Security OIDC UserInfo no longer being fetched

Describe the bugI believe that the fix for CVE-2022-31690 has broken OidUserInfo fetching in some cases.org.springframew...

Spring Security defaultScope always returns an empty list

Describe the bugIn your commit from 28. Oct https://github.com/spring-projects/spring-security/commit/26a51ee1983a70e7db...

Spring Security Allow the order of the filter in AbstractAuthenticationFilterConfigurer to be customized

Expected BehaviorAllow the order of the filter being added in AbstractAuthenticationFilterConfigurer.configure to be cus...

Spring Security [CsrfWebFilter] For what this line?

https://github.com/spring-projects/spring-security/blob/45a963a011f3190ac9870d1c82d39ebe91fa39d3/web/src/main/java/org/s...

Spring Security ava.lang.NoSuchMethodError: com.nimbusds.jose.proc.JWSVerificationKeySelector.<init>(Ljava/util/Set;Lcom/nimbusds/jose/jwk/source/JWKSource;)V

Writing an okta OCID/oauth2 integration with our application and I've had to upgrade spring and spring security -springV...

Spring Security http.authorizeHttpRequests((authorize) -> authorize.requestMatchers( "/h2-console/**").permitAll()); Not working

Describe the bugWhen adding the H2 console as an exception (white listing) in the SecurityFilterChain, the /h2-console r...

Spring Security SEC-348: CASProvider tries to autenticate on every request

"Gustavo Fernandes":https://jira.spring.io/secure/ViewProfile.jspa?name=phlox said:I am using CAS provider with a httpin...

Spring Security Incorrect sample code in securityMatcher migration docs

While updating our security configurations as part of the Spring Boot 3.0.0 upgrade, I noticed a mismatch between the up...

Spring Security Application doesn't start after updating from 5.7.5 to 5.8.0 due to not finding DeferredSecurityContext

Describe the bugAfter updating spring-security-test from v5.7.5 to v5.8.0, the application doesn't start anymore. The re...

Spring Security Prepare upgrade of reactor-core to version 3.5.0

As per the reactor-core:3.5.0 release notes some deprecated methods were removed.Although it's not yet possible to pass ...

Spring Security Incompatibility of spring-security 5.7 and 5.8 with reactor-core 3.5.0

Describe the bugIn #11194, the Mono.subscriberContext() and Flux.subscriberContext() calls were replaced since they were...

Spring Security SecurityContextHolder setDeferredContext(Supplier<SecurityContext>) / Supplier<SecurityContext> getDeferredContext()

In order to support a lazy access of the SecurityContext we should add methods to the SecurityContextHolder that allow s...

Spring Security Enhancement about the defaultRolePrefix

Expected BehaviorThere are many places where the stringliteral 'ROLE_' is used.Why not define a public static final cons...
上一页 下一页
.