Spring Security Error page is not displayed even if .antMatchers("/error").permitAll() is set when setting a context path and ExceptionEntryPoint

Describe the bugSince Spring Security 2.6.0 no error page is displayed when setting a context-path and defining a custom...

Spring Security saml assertion verification does not work in spring-security version 5.7.1

Describe the bugIf your SAML Response is signed, spring security wont be able to verify thatI did some debugging and dis...

Spring Security Invalid ClientAuthenticationMethod can be configured

Currently OAuth2ClientProperties.clientAuthenticationMethod can be set to an invalid value and this does not result in a...

Spring Security Allowing OAuth2 login does not conform to OpenID Connect Specification.

SummaryHi folks, can we have a discussion about the /userinfo endpoint? In short, authenticating a user via the /userinf...

Spring Security ACL: acl_class class vs class_id_type for BasicLookupStrategy conflict

SummaryHi! I'm trying to use ACL with Spring Boot.Actual BehaviorI used the schemas as specified here (in this case H2) ...

Spring Security Update reactive OAuth2 docs landing page with examples

In order to highlight the configuration improvements of gh-13763, we need a place in the docs to add some reactive code ...

Spring Security SpaCsrfTokenRequestHandler(Kotlin) documented in csrf-integration-javascript-spa causes NullPointerException

springboot:3.2.1springsecurity:6.2.1When xsrf token is invalid, delegate.resolveCsrfTokenValue returns null, but the ret...

Spring Security PermitAll doesn't work in security config

When I try to make request to opened endpoint /v1/register I get 401 Unauthorized or 403 Forbidden instead 2xx answer. c...

Spring Security ConcurrentModificationException in Spring Security header writing during async requests with MockMvc

An issue similar to spring-projects/spring-framework#23460 exists in current spring versions, encountered using both spr...

Spring Security Add documentation for method security proxyTargetClass

Related to https://github.com/spring-projects/spring-security/issues/9697Comment From: hmmlopezThis ticket would be very...

Spring Security CustomUsernamePasswordAuthenticationFilter is not working with custom Form login in SpringBoot version 3.X

Describe the bugUsing Spring Security with CustomUsernamePasswordAuthenticationFilter is not working with custom Form lo...

Spring Security Need to customize Internal logout URL used during back channel logout

Expected BehaviorOidcBackChannelLogoutHandler should be able to logout user's session using http://localhost... host and...

Spring Security Address AuthorizationObservationConvention Package Tangle

AuthorizationObservationContext imports MethodInvocationResult. This can lead to a package tangle since overall, nothing...

Spring Security When the controller is implementing an interface "No static resource"

Describe the bugWe are using OpenApi Generator to generate an Interface for our Controller. When I add @EnableMethodSecu...

Spring Security OpenSaml4AuthenticationProvider should include secondary statusCode messages on error

Expected BehaviorTwo cases:1. When the isPassive flag is set to true, and the request is sent to an IdP that doesn't sup...

Spring Security Support for configure JwtGrantedAuthoritiesConverter

Sometimes e.g. keycloak have additional authorities. It can be roles in keyclak token stored in realm_access.roles and s...

Spring Security Improve logging in NimbusReactiveJwtDecoder

Catched exception should be logged before JwtException is thrownBefore a JwtException is thrown, the catched errorMsg sh...

Spring Security Multiple SecurityFilterChains are not handled using authorizeHttpRequests instead of deprecated authorizeRequests

DescriptionMultiple SecurityFilterChain configured in security configuration doesn't work when deprecated authorizeReque...

Spring Security Add more doc for XorCsrfTokenRequestAttributeHandler

Since there is no js version of XorCsrfTokenRequestAttributeHandler for debug or implementation, I think you can provide...

Spring Security [Oauth2 resource server]: InvalidBearerTokenException with access token generated using Client_crendentials grant_type

I created a spring boot backend microservice as a oauth 2 resource server. In the calling microservice, I get an access ...
上一页 下一页
.