Spring Security OpenSaml4AuthenticationRequestResolver method resolve

In spring-security-saml2-service-provider 5.7.2. the class OpenSaml4AuthenticationRequestResolver has this method:@Overr...

Spring Security Webflux filter ExceptionTranslationWebFilter always execute commenceAuthentication before subscription.

Describe the bug @Override public Mono<Void> filter(ServerWebExchange exchange, WebFilterChain chain) { ret...

Spring Security Reactive Security: Controller method annotated with @PreAuthorize should be considered in test

Expected BehaviorWith WebFlux, mockUser() must have effect if a controller method is annotated with @PreAuthorize. It ha...

Spring Security Reactive Security: Controller method annotated with @PreAuthorize should be considered in test

Expected BehaviorWith WebFlux, mockUser() must have effect if a controller method is annotated with @PreAuthorize. It ha...

Spring Security Spring Security SAML fails in Chrome because of favicon request

Describe the bugI created a simple example with Spring Boot 3 + SAML. In doing so, I discovered that authentication with...

Spring Security Provide a default ReactiveOAuth2AuthorizedClientManager @Bean

When using org.springframework.security:spring-security-oauth2-client (or org.springframework.boot:spring-boot-starter-o...

Spring Security Getting 401 Error on /userinfo endpoint call

SummaryI have setup the Spring security authorization server which has a client registered in its registry. I have confi...

Spring Security ReactiveOAuth2AuthorizedClientManager.authorize called twice for each WebClient request with ServerOAuth2AuthorizedClientExchangeFilterFunction using client registration id

I'm using 5.7.2 via Spring Boot security starters.ReactiveOAuth2AuthorizedClientManager.authorize is called twice for ea...

Spring Security Remove FilterSecurityInterceptor from WebSecurity

FilterSecurityInterceptor will be deprecated in 5.8 in favor of the new AuthorizationFilter.This is part of the work of ...

Spring Security Receive AuthnRequest Id and Response InResponseTo in Saml2AuthenticationRequestRepository

Expected BehaviorThe ability to have access to AuthnRequest Id and Response InResponseTo when saving and loading Abstrac...

Spring Security Document OAuth2 Client behind proxy and redirect_uri

Hi, it would be nice to have mentioned in documentation that forward headers has to be used when app is behind proxy ser...

Spring Security Add BigDecimal type into SecurityJackson2Modules as allowed class

Expected BehaviorAdd BigDecimal type into SecurityJackson2Modules as allowed classCurrent BehaviorIt needs to add mixins...

Spring Security Update javadoc of HttpSecurity, WebSecurityConfiguration and WebSecurity to reflect deprecation of WebSecurityConfigurerAdapter

WebSecurityConfigurerAdapter has been deprecated in Spring Security 5.7 but the javadoc of the following classes still e...

Spring Security Update javadoc of EnableWebSecurity to reflect deprecation of WebSecurityConfigurerAdapter

WebSecurityConfigurerAdapter has been deprecated in Spring Security 5.7 but the javadoc of EnableWebSecurity still encou...

Spring Security Improve Speed of CI Runs

Our current CI build takes quite a bit of time. We should see if there are ways to improve it. For example, right now th...

Spring Security Use Spring Gradle Build Action

We should switch from gradle/gradle-build-action@v2 to spring-io/spring-gradle-build-action@v1 (see README).Replace the ...

Spring Security Add hash-based Content-Security-Policy for SAML post pages

Inline scripts of SAML pages for post binding does not work if CSP is active.Therefore the page should include a hash of...

Spring Security Warn users that WebTestClient with MockMvc is not supported

WebTestClient + MockMvc is not currently supported. If possible, we should warn users with an IllegalStateException that...

Spring Security WebTestClient authentication fails with form-data credentials

spring-boot-2.6.3I'm migrating my MockMvc tests to WebTestClient, for having all my tests using the same underlying API....

Spring Security Mutators throw NullPointerException when used with MockMvc setup

When MockMvc is used to set up a WebTestClient, applying a mutator such as csrf() fails with a NullPointerException, but...
上一页 下一页
.