Spring Security Update reactor-netty to 1.0.34

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

Spring Security OAuth2 client autoconfiguration registers the OAuth2AuthorizationRequestRedirectFilter twice

Describe the bugThe default autoconfiguration of OAuth2 client:@BeanSecurityFilterChain oauth2SecurityFilterChain(HttpSe...

Spring Security The Cache-Control setting in Spring Security 6 is not taking effect.

Describe the bugA clear and concise description of what the bug is.Even after configuring authorizeHttpRequests to permi...

Spring Security The spring security filter chain does not execute expected, when the version is upgraded from 5.4.8 to 6.0.3

Describe the bugspring security does not execute as expected, when the version is upgraded from 5.4.8 to 6.0.3To Reprodu...

Spring Security Security config upgrade 5.7.8 to 6.1.0, api response status from 500 to 403

SummaryActual BehaviorBefore the upgrade, throwing a custom exception returns 500 errors.After the upgrade, 403 is retur...

Spring Security Add SupplierClientRegistrationRepository

SupplierJwtDecoder allows for deferring the query to the authorization server for JWKS, allowing resource servers to res...

Spring Security Add ClientAuthenticationMethod#toString

The error message:This class supports client_secret_basic, client_secret_post, and none by default. Client [%s] is using...

Spring Security Error message should show underlying Client Authentication method

The error message:This class supports client_secret_basic, client_secret_post, and none by default. Client [%s] is using...

Spring Security once-per-request="true" does not work in XML configuration

Describe the bugWhen using XML configuration with once-per-request="true" with use-authorization-manager="false" as per ...

Spring Security NullPointerException in io.micrometer.common.KeyValues

Hello,we have a set of Java Spring Boot applications, that we updated today to version 3.0.7. For monitoring the applica...

Spring Security Docs link leads to wrong section on What's New

The docs link that refers to the new .with(...) method is leading to a wrong place in the documentation, that should be ...

Spring Security Align Return Types of no-arg and Customizer arg Configuration Methods

It is a common way to configure Spring Security like this:http.formLogin();http.httpBasic();Where each configuration is ...

Spring Security Provide reactive implementation of AuthorizedClientServiceOAuth2AuthorizedClientManager

We should provide a reactive implementation equivalent of AuthorizedClientServiceOAuth2AuthorizedClientManager.Comment F...

Spring Security Customizing AccessDeniedHandler for MissingCsrfTokenException when an InvalidSessionStrategy exists

Use caseSignaling a CSRF problem to client app via 403 or some other status-code, while invalid sessions result in 401. ...

Spring Security OAuth2AuthorizedClient doesn't get removed when 403 returned by Resource Server

Describe the bugwhen configuring WebClient using ServerOAuth2AuthorizedClientExchangeFilterFunction with AuthorizedClie...

Spring Security 500 returned by oauth2 secured endpoint.

Describe the bugWhen hitting an oath2 resource server secured endpoint while micrometer is recording trace spans and Rea...

Spring Security Optimize Querying of RequestCache -> continue parameter

Expected BehaviorDo not append endless continue parameters.Current BehaviorAdds endless continue parametersContextI have...

Spring Security Cannot invoke "io.micrometer.observation.Observation$Scope.getPreviousObservationScope()" because "scope"

As mentioned in https://github.com/reactor/reactor-core/issues/3522 - reopening an issue in spring-security project.Kind...

Spring Security Add client authentication to DefaultOAuth2UserService

Expected BehaviorAs RFC 7662 states:the endpoint MUST also require some form of authorization to access this endpoint, s...

Spring Security Why does RequestRejectException occur when a client sends a request to OAuth?

IssueException in client's API requestI knew that "//" was a problem in the error logging message, so I thought the clie...
上一页 下一页
.