Spring Security Inaccurate javadoc text in setRequestHandler method from CsrfWebFilter class

Expected BehaviorIn version 6.0, the default ServerCsrfTokenRequestHandler of the CsrfWebFilter class has changed to Xor...

Spring Security Configuration Properties for the JWT Authentication Converter

Hi,I learn the below way to customize the authority prefix and claim name. Would like to suggest provide configuration p...

Spring Security Migration guide should mention important exceptions for requestmatcher

SummaryThe migration guide to latest spring security mentions replacing antmatcher with requestmatcher. However, this do...

Spring Security Can't get raw value of token from ReactiveSecurityContextHolder

Describe the bugI have an endpoint:@GetMapping("/someEndpoint")public Mono<Boolean> bucketExists(JwtAuth...

Spring Security need to commence authentication process depends on the response status

ScenarioSpring cloud gateway as Oauth2-client. Authorization rules configured in services behind gateway. when end user...

Spring Security Configuration rules that worked in Spring Security 5.7.6 don't work in 6.0.1

Describe the bugConfiguration rules that worked in Spring Security 5.7.6 don't work in 6.0.1.After migrating the securit...

Spring Security How to add user authorities(Role) to the Authentication.getAuthorities

How to add user authorities(Role) to the Authentication.getAuthorities.For jwt token, I can customize a class implement ...

Spring Security Built-in Class for Generating and Validating JWT Token

Hi, Recently i learn that when it comes to generating and validating JWT token, we have to write our own logic. Is thi...

Spring Security Expose strategy for converting Introspection Response into Authentication

Related to #5629Like it is for Resource Server JWT support, it should be simple to customize the authentication token th...

Spring Security ReactiveSecurityContextHolder.getContext() is broken when used with Mono.toFuture().

SummaryReactiveSecurityContextHolder is broken when used with Futures. It does not always provide results and sometimes...

Spring Security CsrfAuthenticationStrategy does not regenerate CsrfToken with CookieCsrfTokenRepository

Describe the bugUsing the new DeferredCsrfToken, CsrfAuthenticationStrategy does not regenerate CsrfToken with CookieCsr...

Spring Security Jackson serialization of DefaultSaml2AuthenticatedPrincipal: LinkedMultiValueMap is not in the allowlist

Describe the bugJackson serialization of DefaultSaml2AuthenticatedPrincipal doesn't work anymore since Spring Boot 2.7.3...

Spring Security Setting logoutRequestRepository via Saml2LogoutConfigurer for LogoutFilter

Expected BehaviorI would like to be able to set a logoutRequestRepository for Saml2RelyingPartyInitiatedLogoutSuccessHan...

Spring Security Use @NonNullApi for null-safety

SummaryUse @NonNullApi annotation as Spring Core did.Actual BehaviorMany parts of the API like ClaimAccessor return null...

Spring Security Allow authorization request resolver to be changed for the OAuth2 client configuration

Describe the bugThe authorizationRequestResolver can't be changed in the OAuth2 client configuration. Because of this, w...

Spring Security Custom RelayState with the new OpenSamlAuthenticationRequestResolver

With the deprecated Saml2AuthenticationRequestContext it was possible to set a custom RelayState, but with the new OpenS...

Spring Security codes in spring security docs fail to work

Describe the bugI tried all codes in https://docs.spring.io/spring-security/reference/servlet/authorization/authorize-ht...

Spring Security Support for SAML Identity Provider

Currently we use the unofficial spring-security-saml release 2.0.0.M31 in an open-source SAML SP-IdP Proxy. As the sprin...

Spring Security SAML IDP(Identity Provider) support

Would love to see identity provider-side implementation support in spring security.Comment From: jzheauxDuplicate of #10...

Spring Security Custom longin form problem

I want a custom login form to include an additional field.So I plan to provide a custom UsernamePasswordAuthenticationF...
上一页 下一页
.