Spring Security Resolve AuthenticationPrincipal to empty proxy after migration form WebSecurityConfigurerAdapter

Sprint Security 5.7.2.I have simple method with authentication principal and instead of principal get empty object. @...

Spring Security Single page application (SPA) not redirected to OAuth2 provider via Spring Gateway

PrefaceI asked this question on Stack Overflow but I would like to encourage enhancing the Spring documentation for such...

Spring Security Unable to use oAuth login with ES256 due to ReactiveOidcIdTokenDecoderFactory locked to RS256

Describe the bugThe current identity provider i am using only supports ES256, and i was unable to finish the login flow ...

Spring Security OpenSamlMetadataResolver does not set AuthnRequestsSigned attribute

The OpenSamlMetadataResolver does not set the AuthnRequestsSigned attribute.https://github.com/spring-projects/spring-se...

Spring Security Add Artifact Resolution Profile

Expected BehaviorAdd implementation of Artifact Resolution Profile, as specified here: https://www.oasis-open.org/commit...

Spring Security Not able to override saml2.ClockSkew value (default is 5 m) in Validation Context of OpenSaml4AuthenticationProvider, keeping default params

Expected BehaviorThis method will create a new ValidationContext with only the CLOCK_SKEW param. But I want a way to ove...

Spring Security Adding filters relative to custom ones is broken

Describe the bugAdding a filter relative (before/after) to a custom defined filter added previously does not work since ...

Spring Security Retrieving the Principal in a WebFlux Controller or Handler method always returning null

SummaryWhen attempting to retrieve the Principal in either a WebFlux Controller or Handler method (using the getPrincipa...

Spring Security UserDetailsServiceAutoConfiguration should be conditional on missing ReactiveAuthenticationManager

In applications annotated with @EnableWebFluxSecurity, and ReactiveAuthenticationManager beans defined, UserDetailsServ...

Spring Security Spring Security 5.5.1 BCryptPasswordEncoder not matching its own generated value

Descriptionthis may looks weird but it's a serious issue i encountered while working on a spring web project project,i u...

Spring Security StackOverFlowError with AuthenticationManager bean

I'm using Spring Security 5.7.3The StackOverFlowError occurs with both two conditions:- Register an AuthenticationManage...

Spring Security CsrfAuthenticationStrategy Marked final

I am using Spring for a single page stateless REST application. I have enabled CSRF using the cookie token repository. ...

Spring Security SecurityMockMvcResultMatchers does not work for sessionCreationPolicy(SessionCreationPolicy.STATELESS)

SummaryThe SecurityMockMvcResultMatchers do not work when SessionCreationPolicy.STATELESS is used.All examples from http...

Spring Security @WithMockUser Supported as Merged Annotation

SummaryI would like to create a meta annotation for @WithMockUser from Spring Security Test that uses @AliasFor to set t...

Spring Security StackOverFlowError with the AuthenticationManager bean

I'm using Spring Security 5.7.3The StackOverFlowError occurs with both two conditions:- Register an AuthenticationManage...

Spring Security Update the Spring Security configuration class with Spring Boot 2.7.0

My IDE reports two errors in the following class:1.WebSecurityConfigurerAdapter is a deprecated class;2.Could not autowi...

Spring Security Remove unsafe/deprecated Encryptors.querableText(CharSequence,CharSequence)

The method is deprecated as a result of issue: CVE-2020-5408. The solution was to deprecate this method. This does not s...

Spring Security Support for defaultSuccessUrl, successHandler, failureUrl and failureHandler in case of oauth2Client similarly to oauth2Login

Expected BehaviorIt would be great to have similar capabilities in oauth2Client as in oauth2Login to provide defaultSucc...

Spring Security Dedicated API for extracting roles from Oidc User flow

SummaryToday, in order to extract Spring Security roles from custom role representations in the Oidc User flow, code nee...

Spring Security Extract Authorities from an OAuth2User

Expected BehaviorExtract granted authorities from a given OAuth2User.Current BehaviorCurrently the OAuth2 support uses a...
上一页 下一页
.