Spring Security HttpHeaders.writeHttpHeaders Fails with UnsupportedOperationException

Superseded by https://github.com/spring-projects/spring-framework/issues/33789Related https://github.com/spring-cloud/s...

Spring Security When possible use SmartHttpMessageConverter over GenericHttpMessageConverter

Spring Security often uses GenericHttpMessageConverter for JSON support. The new Jackson support was refined to be a Sma...

Spring Security Provide an official PDF download for the Spring Security reference documentation

DescriptionThe Spring Security reference guide is currently available only as HTML athttps://docs.spring.io/spring-secur...

Spring Security Spring Security with Active Directory shows *Property 'userDn' not set - anonymous context will be used for read-write operations* INFO message even if anonymous is disabled in HttpSecurity settings

Describe the bugI use AD to authenticate user which works as expected. I have class like below:Note that I have enabled...

Spring Security Redundant Test File AbstractSecurityInterceptorTests

Most of the coverage classes under AbstractSecurityInterceptorTests are deprecated or moved to MethodSecurityInterceptor...

Spring Security RegexRequestMatcher factory methods and their documentation are not consistent

RegexRequestMatcher.regexMatcher(HttpMethod method, String pattern) says in the Javadoc that method "May be null to matc...

Spring Security Login with OAuth 2.0 Invalid credentials

Describe the bugrequests:http://127.0.0.1/http://127.0.0.1/oauth2/authorization/gatewayhttp://localhost:8080/oauth2/auth...

Spring Security Consider hasFactor

Currently, to specify a time-sensitive factor, it is needed to create an AuthorizationManagerFactory by way of a static ...

Spring Security Possible StackOverflowError with io.micrometer:context-propagation and Lettuce Redis backend and Web Session in Redis

Describe the bugWe encountered repeating, but not easily reproducible bug ending with StackOverflowError caught and logg...

Spring Security Align setRetrieveUserInfo() between OidcUserService and OidcReactiveOAuth2UserService

Align the defaults applied in OidcUserService.setRetrieveUserInfo() and OidcReactiveOAuth2UserService.setRetrieveUserInf...

Spring Security Deprecate CacheControlServerHttpHeadersWriter.CACHE_CONTRTOL_VALUE

It's misspelled. We cannot just remove it since it is public, so we should deprecate it in favor of the correct spelling...

Spring Security HttpsRedirectWebFilter can redirect to https:/

This is quite possibly a bug in the underlying component(s), but the following test will fail:this.webTestClient .get...

Spring Security Mismatch Between DefaultLoginPageGeneratingFilter and DelegatingMissingAuthorityAccessDeniedHandler

DelegatingMissingAuthorityAccessDeniedHandler only sets a single missing authority while DefaultLoginPageGeneratingFilt...

Spring Security Calling SecurityContextHolder.setStrategyName(strategy) breaks Spring filters

Calling SecurityContextHolder.setStrategyName(strategy) with any strategy name breaks spring filters because of code lik...

Spring Security Consolidate logic for merging authorities

Related to #18021, it would be nice if Authentication.Builder could merge authorities on its own. One way to do this is ...

Spring Security Improve Passivity when Merging Authorities

Introducing Authentication#toBuilder and using it on each filter means that any application using a custom authenticatio...

Spring Security Update vulnerable depdendency

Could you please at least update "oauth2-oidc-sdk:9.43.6" dependency to a more recent version in "spring-security-oauth2...

Spring Security Using OAuth2ClientPropertiesMapper throws NoClassDefFoundError when CommonOAuth2Provider is not on classpath

Expected BehaviorTo not throw an exception and create Map<String, ClientRegistration> properlyCurrent BehaviorThro...

Spring Security Add possibility to customize refresh token and DPoP binding

Expected BehaviorIt should be possible to customize refresh token and DPoP binding, so engineers can use any binding sch...

Spring Security Consider enabling automatically WebauthnJacksonModule in SecurityJacksonModules

While it is not possible to automatically enable WebauthnJackson2Module in SecurityJackson2Modules due to the global def...

下一页
.