Spring Security Sample Code in Documentation Should Link to a Complete Sample

Context of code snippets can be difficult to figure out. We should have a link from code snippets to complete working sa...

Spring Security Use Include for All Samples in Documentation

We should use an include for all samples within the documentation. This will allow us to test the sample code to ensure ...

Spring Security Prepare for 2FA

We need to ensure we have any potential breaking changes in for support of 2FAComment From: bensieglerHey @rwinch, the b...

Spring Security Prepare for HandlerMappingIntrospector Deprecation and Removal

Spring Framework is planning on removing the HandlingMappingIntrospector. We should put the necessary things in place to...

Spring Security Simplify Custom Handling for Compromised Passwords

Right now it is simple to prevent a user from authenticating when they have a compromised password. However, we should s...

Spring Security Include Compromised Password Information in UserDetails

Currently, there is no easy way to flag a UserDetails object that has its password compromised. There is no first-class ...

Spring Security Add JavaDoc to HttpSessionEventPublisher#sessionIdChanged

I noticed that the sessionIdChanged method in the HttpSessionEventPublisher class does not have a Javadoc comment. In co...

Spring Security Wrong evaluation of anyRequestFilterChain

Describe the bugAfter upgrading from Spring Boot 3.3.X to 3.4.0, thus using Spring Security 6.4.0 we encountered the pro...

Spring Security ReactiveOAuth2AuthorizedClientManagerRegistrar is not being autoconfigured

ERROR***************************APPLICATION FAILED TO START***************************Description:Parameter 0 of method ...

Spring Security How to deal with two IDPs having the same entity ID

The issue arises because both IDPs have the same entityID in the EntityDescriptor but different ID values within it.I am...

Spring Security Improve error messaging when use-authorization-manager and access-decision-manager-ref conflict

Current BehaviorThe user has a project with Spring Security utilizing Access Decision Manager classes. They have the fol...

Spring Security Verification Options do not Return Saved Transports for Credentials

Describe the bugThe transports saved with the credential during the registration request are not returned in the transpo...

Spring Security Documentation of OpenSAML 5.x is not correct

Describe the bugThe details provided in the spring security page to use Open Saml 5.x has issues:https://docs.spring.io/...

Spring Security AccessDeniedException after migration to Spring Boot 3.0.x

I have a RestController with a org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody to download a...

Spring Security Spring Security Auto-Configuration regression between Spring Boot 3.3.6 and 3.4.0

Describe the bugCreating a new fresh Spring Boot application with Spring Security and Spring WebFlux leads to have React...

Spring Security s/write/right

https://github.com/spring-projects/spring-security/blob/6.4.1/docs/modules/ROOT/pages/whats-new.adoc 'select the write' ...

Spring Security Adding cookie to the Saml2AuthenticationRequest is not possible

I have a condition in my application where we store certain values specific to the application in the cookies before sen...

Spring Security OAuth2 client - "client_secret" missing in the token request

Describe the bugThe client_secret parameter in the request body is missing while sending a token request.I'm using https...

Spring Security Fail when any filter chain declared after an AnyRequestMatcher filter chain

By default, a filter chain's securityMatcher defaults to any request:http// .securityMatcher("/**") <-- im...

Spring Security Spring boot 3.2.2 With Spring security 6.2.1 async Security context issue

Hi,Recently i tasked myself with bumping spring boot from 2.7.18 to 3.2.2 and I thought that it is over and it's working...
上一页 下一页
.