Spring Security OAuth login page fetching unnecessary bootstrap stylesheets

On the OAuth 2.0 login page, it seems the bootstrap css stylesheets are not used.Expected behaviorIf these resources are...

Spring Security Remove deprecated RequestMatcher methods from Java Configuration

https://github.com/spring-projects/spring-security/pull/11934 deprecated some methods in order to enforce the right Requ...

Spring Security Change XML default use-authorization-manager="true"

We should switch the default of XML authorization to true. When doing so, update DeferHttpSessionXmlConfigTests xml conf...

Spring Security Use MvcRequestMatcher by default if Spring MVC is present

In some places, like XML configuration (AuthorizationFilterParser, FilterChainBeanDefinitionParser, MatcherType), the de...

Spring Security CSRF tokens are vulnerable to a BREACH attack

SummaryThe CSRF tokens generated by Spring are vulnerable to a BREACH attack. More details at http://breachattack.com/I'...

Spring Security Oauth2 API/Documentation inconsistency, API Breakage/Regression?

Describe the bughttps://docs.spring.io/spring-security/reference/servlet/oauth2/client/authorization-grants.htmlsays you...

Spring Security Remove SecurityContextPersistenceFilter in Favor of Explicit Saves

We should remove SecurityContextPersistenceFilter in favor of explicit saves to the SecurityContextRepository. This will...

Spring Security Add modified classpath test support

We should add the same test support that Spring Boot has to help us modify the classpath to make it easier to create tes...

Spring Security Add CsrfTokenRepository.loadDeferredToken(HttpServletRequest, HttpServletResponse)

We should add a default method CsrfTokenRepository.loadToken(HttpServletRequest, HttpServletResponse) that returns Defer...

Spring Security Upgrade Unboundid to 6.0.6

Expected BehaviorSupport latest improvements and better defaults for security protocols such as removing SHA1 prefering ...

Spring Security Simplify Java Configuration RequestMatcher Usage

Forward port of issue #11347 to 6.0.x.Comment From: marcusdacoregioClosed via https://github.com/spring-projects/spring-...

Spring Security Simplify Java Configuration RequestMatcher Usage

Forward port of issue #11347 to 6.0.x.Comment From: marcusdacoregioDuplicate of https://github.com/spring-projects/sprin...

Spring Security Add 'securityMatcher' as an alias of 'requestMatcher'

Forward port of issue #9159 to 6.0.x.Comment From: marcusdacoregioDuplicate of https://github.com/spring-projects/spring...

Spring Security Simplify Java Configuration RequestMatcher Usage

By default, we should reject using the built in RequestMatcher implementations other than MvcRequestMatcher in a MvcRequ...

Spring Security Deprecate HPKP security header

Related https://github.com/spring-projects/spring-security/issues/4261Expected BehaviorSince the HPKP HeaderSupport has ...

Spring Security SessionManagementDsl.requireExplicitAuthenticationStrategy

Add missing SessionManagementDsl.requireExplicitAuthenticationStrategyComment From: rwinchClosed in 6d56af7b6543d6a162c9...

Spring Security WebFlux and OAuth2 Custom Roles

I used SSO based on Google and WebFlux and I don't know how to add own role in authentication. Now I have only ROLE_USER...

Spring Security Fix slack notifications with external PRs

See Gamesight/slack-workflow-status#38Comment From: sjohnrThis fix was unsuccessful. Reopening to investigate further.Co...

Spring Security MappedJwtClaimSetConverter make converters accessible

I have token claims to explicitly convert at this point, but in stead of implementing my own converters i would like to ...

Spring Security SecureHeaders adds content-security-policy by default

The filter SecureHeaders adds a content-security-policy header.This is contrary to the documentation saying "Spring Secu...
上一页 下一页
.