Spring Security You cannot use .block() because it subscribes and does not have the security context as part of the subscriber context that is established by Spring Security's WebFilter.

You cannot use `.block()` because it subscribes and does not have the security context as part of the subscriber con...

Spring Security Error page filter invocation denied (DefaultWebInvocationPrivilegeEvaluator)

Describe the bugValid/existing error page is blocked by Spring Security with filter invocation [/public/error/error.jsf]...

Spring Security Document @EnableWebFluxSecurity requiring @Configuration in 6.0.0

Upon migrating an application to Spring Boot 3 I found that security config had stopped working.I went through all the m...

Spring Security Re-write Spring Security documentation

We should rewrite the Spring Security documentation.Comment From: spring-projects-issuesStefan Haberl said:There's a sma...

Spring Security PasswordOAuth2AuthorizedClientProvider doesn't take refresh token expiry into account

Describe the bugPasswordOAuth2AuthorizedClientProvider doesn't take refresh token expiry into account. PasswordOAuth2Aut...

Spring Security Automate creation of backport label

When going GA, the release automation should create the appropriate for: backport-to-x.y.z label.Comment From: marcusdac...

Spring Security [Webflux] 500 error when violating a PreAuthorize constraint with http basic auth

Describe the bugSetting up spring security, I have a security config that uses http basic auth. I have two users; rob, w...

Spring Security Secured Annotation published no SuccessEvent if the verification was successful

Describe the bugIf a check via the Secured Annotation fails, the spring event: AuthorizationFailureEvent is published. I...

Spring Security Add more deprecation metadata as of Spring Security 6 using @Deprecated attributes

Expected BehaviorAs Spring Security 6 is now using Java 17, we could provide more deprecation metadata thanks to the @De...

Spring Security Fail hard if a CorsFilter cannot be configured when cors() is called

For Webflux applications, if the security configuration is configured with .cors() and there is no bean of type CorsConf...

Spring Security Reactive Bearer Token request form POST support

Add support for sending bearer token in the POST body.Note that reading the request body would be a blocking operation, ...

Spring Security Support Bearer Token Authentication of Introspection endpoint

Related to https://github.com/spring-projects/spring-security/issues/5200 and https://github.com/spring-projects/spring-...

Spring Security Combined HTTP basic and form login does not work

Describe the bugIf both a HTTP basic authentication and a form login are defined, unauthenticated requests are redirecte...

Spring Security Incorrect Javadoc for class ExpressionAuthorizationDecision

Javadoc says ExpressionAuthorizationDecision was introduced since 5.6.But in reality it was introduced in 5.8.See source...

Spring Security Support unsigned ID tokens for OIDC

Describe the bugOur attempt to certify our OIDC support with OpenID failed because Spring Security OIDC doesn't support ...

Spring Security Consider making ClaimAccessor#getClaimXXX methods behave consistently if claim value is null

This ticket is created based on this comment.Expected BehaviorClaimAccessor#getClaim() and ClaimAccessor#getClaimAsStrin...

Spring Security MappedJwtClaimSetConverter calls Converter#convert with null

Describe the bugDocumentation of org.springframework.core.convert.converter.Converter#convert clearly says "never null":...

Spring Security Authorized client details is not getting deleted by RemoveAuthorizedClientOAuth2AuthorizationFailureHandler

Describe the bugWhen the authorization server returns 401 for invalid refresh token, authorized client detail is not get...

Spring Security Mono returned by loadAuthorizedClient never resolves

When calling loadAuthorizedClient on ReactiveOAuth2AuthorizedClientService, loadAuthorizedClient returns a Mono<OAuth...

Spring Security There is a thread safety problem in OAuth2RestTemplate's context(OAuth2ClientContext) field

Describe the bugEvery thread will modify the context, lead to the accessToken is modified by another thread,and get a e...
上一页 下一页
.