Nineya
Home
Blog
软著申请
Spring Security Resolve AuthenticationPrincipal to empty proxy after migration form WebSecurityConfigurerAdapter
2025-01-18 07:42:18
3108
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
2025-01-18 07:42:11
6072
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
2025-01-18 07:41:04
12364
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
2025-01-18 07:41:01
1776
The OpenSamlMetadataResolver does not set the AuthnRequestsSigned attribute.https://github.com/spring-projects/spring-se...
Spring Security Add Artifact Resolution Profile
2025-01-18 07:40:58
5029
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
2025-01-18 07:40:56
1649
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
2025-01-18 07:40:53
13921
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
2025-01-18 07:40:48
2561
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
2025-01-18 07:40:45
919
In applications annotated with @EnableWebFluxSecurity, and ReactiveAuthenticationManager beans defined, UserDetailsServ...
Spring Security Spring Security 5.5.1 BCryptPasswordEncoder not matching its own generated value
2025-01-18 07:40:42
5924
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
2025-01-18 07:40:40
19921
I'm using Spring Security 5.7.3The StackOverFlowError occurs with both two conditions:- Register an AuthenticationManage...
Spring Security CsrfAuthenticationStrategy Marked final
2025-01-18 07:40:37
4799
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)
2025-01-18 07:40:30
12844
SummaryThe SecurityMockMvcResultMatchers do not work when SessionCreationPolicy.STATELESS is used.All examples from http...
Spring Security @WithMockUser Supported as Merged Annotation
2025-01-18 07:40:27
1711
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
2025-01-18 07:40:25
18358
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
2025-01-18 07:40:23
15340
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)
2025-01-18 07:40:20
732
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
2025-01-18 07:40:17
5016
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
2025-01-18 07:40:14
2581
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
2025-01-18 07:40:12
2604
Expected BehaviorExtract granted authorities from a given OAuth2User.Current BehaviorCurrently the OAuth2 support uses a...
上一页
下一页
1
…
616
617
618
619
620
…
2246
.