Spring Security Create solid documentation on Websocket Authentication

Currently, the WebSocket / stomp security reference documentation contains two unhelpful lines about authenticating a us...

Spring Security SAML SSO: Force AuthnRequestsSigned for relying party

Expected BehaviorWe need a configuration for the relying party to indicate it wants to send a signed samlp:AuthnRequest....

Spring Security InResponseTo validation for saml2 executed even if saved request is not found

SummaryWith 5.7.x mandatory validation of InResponseTo was introduced if it is provided in the authentication response. ...

Spring Security Sessions are not saved for authenticated calls but saved for unauthenticated calls

DescriptionThe out-of-the-box behavior is that unauthenticated calls trigger session creation but authenticated calls do...

Spring Security Provide extendend SAML logging (like SAMLDefaultLogger)

Expected BehaviorWe would like to have the possibility to easily log SAML responses as with the (previous) SAMLLogger-AP...

Spring Security Implement the ability to disable the NameID check

The protocol states that the Subject is optional.<element name="Assertion" type="saml:AssertionType&qu...

Spring Security AuthorizationManager method security documentation should use AnnotationMatchingPointcut

The documentation currently uses AnnotationMethodMatcher, but this is incorrect. The code requires a Pointcut.Comment Fr...

Spring Security Inaccurate javadoc text in setRequestHandler method of CsrfFilter class

Expected BehaviorIn version 6.0, the default CsrfTokenRequestHandler of the CsrfFilter class has changed to XorCsrfToken...

Spring Security SAML2 provider 5.6.0 + Open 4.0.0 in maven got NoSuchMethodError

Describe the bugSome of methods seem to not match the method signature in two libs in maven. To ReproduceSet versions i...

Spring Security Improve Logging

SummarySpring Framework recently overhauled it's logging via SPR-16898 and Spring Security should do the same. This is a...

Spring Security Allow for WebSecurityConfigurerAdapter and SecurityFilterChain to co-exist

Expected BehaviorBoth WebSecurityConfigurerAdapter and SecurityFilterChain can co-exist to ease migration from the forme...

Spring Security Between WebFlux and MVC support saved request for login

can I save the request to redis in spring mvc and then restore the request after webflux authentication?Added: I used tw...

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

Hello.MVC Matcher rules that worked in Spring Security 5.7.6 don't work in 6.0.1.Spring Security 5.7.6 configuration (Sp...

Spring Security SecurityFilterChain picks up wrong Authentication Provider

Describe the bugIn my project we have 2 SecurityFilterChainsexternalFilterChain for external API requestsdefaultlFilterC...

Spring Security Error response body does not match Content-Type

Describe the bugIn an application (using Spring Boot 3.0.1) the response body does not match the Content-Type header for...

Spring Security Spring Security 6.0 Migration Guide Should Mention @Configuration Meta-Annotation Removal From Configuration Annotations

Mentioned in https://github.com/spring-projects/spring-boot/issues/33645 and opening here. @EnableMethodSecurity (and @E...

Spring Security Consider replacing SecurityExpressionRoot.AuthenticationSupplier with SingletonSupplier

Currently, in SecurityExpressionRoot we use AuthenticationSupplier as a cacheable Supplier that allows us to call the pr...

Spring Security Decoded JWT Token results in invalid content in newer versions

Describe the bugWe use Spring Security for OAuth2 login using Keycloak. Until Spring Security 5.7.5 the JWT Token valida...

Spring Security WebAuthenticationDetails does not implement GrantedAuthoritiesContainer when using PreAuthenticatedGrantedAuthoritiesUserDetailsService

I am using AbstractPreAuthenticatedProcessingFilter to create and populate an instance of PreAuthenticatedAuthentication...

Spring Security yml configures sub-threads to get logged-in users

@Slf4j@SpringBootApplication()@MapperScan("com.exam.**.mapper")@EnableAsyncpublic class QuestionApplication ex...
上一页 下一页
.