Nineya
Home
Blog
软著申请
Spring Security Webflux returning cors error on Access denied
2025-01-18 06:57:57
28682
@Bean public SecurityWebFilterChain securityWebFilterChain( ServerHttpSecurity http, ReactiveAu...
Spring Security Spring WebClient is not using Proxy for the latest version of spring-security-oauth2-client-5.3.4.RELEASE
2025-01-18 06:57:54
8452
I could not able to connect to OAuth2 Resource behind proxy if I use the latest spring-security-oauth2-client-5.3.4.RELE...
Spring Security Multi-tenancy Documentation - com.nimbusds.jwt.proc.JWTProcessor does not have a setJWTClaimSetJWSKeySelector method
2025-01-18 06:57:49
577
In line 326 of docs/modules/ROOT/pages/servlet/oauth2/resource-server/multitenancy.adoc#L326 there is a reference to a ...
Spring Security HttpSecurityContextRepository saves @Transient Authentication if HttpSession already exists
2025-01-18 06:57:37
1042
If an HttpSession already exists, then HttpSecurityContextRepository will save @Transient Authentication but should not....
Spring Security CsrfConfigurer accessDeniedHandler logic
2025-01-18 06:57:34
3174
SummaryIs it by design that:CsrfConfigurer does not reuse accessDeniedHandler logic from ExceptionHandlingConfigurer?Act...
Spring Security Provide a way to configure channel processor's retry redirect strategies
2025-01-18 06:57:30
3066
Hello good people,Https is broadly used in nowadays and most of sites redirecting their http urls to https. But it is so...
Spring Security Support for changing prefix and suffix in DelegatingPasswordEncoder
2025-01-18 06:57:27
641
Expected BehaviorI can change prefix and suffix.Current BehaviorI can not change prefix and suffix.See https://github.co...
Spring Security Update aspectj-plugin to 6.3.0
2025-01-18 06:57:23
21108
Comment From: rwinchThis fails the build due to changes made in the plugin. We can try for this release, but may need to...
Spring Security Allow customization for ServerBearerTokenAuthenticationConverter
2025-01-18 06:57:19
1898
ServerBearerTokenAuthenticationConverter does not offer too many options for customization:- All its methods are private...
Spring Security 5.6.0-RC1 is a release but 5.6.0 isn't
2025-01-18 06:57:16
214
See https://github.com/spring-projects/spring-security/releasesIt should probably be the other way round.Comment From: j...
Spring Security Create CertificateConverters class to aid in X509Certificate property conversions
2025-01-18 06:57:13
135
Much like the RsaKeyConverters there is a need to be able to convert an X509Certificate from a string in a propertyFrom ...
Spring Security Method security aspects not woven in spring-security-config tests
2025-01-18 06:57:11
2231
SummaryWhen running the test suite for spring-security-config, tests that exercise AspectJ are not seeing relevant advic...
Spring Security Update Spring Security to 5.7
2025-01-18 06:57:09
186
Create new schema files.Update SpringSecurityCoreVersion, taglib version, and base version.Update error messages.Comment...
Spring Security org.springframework.security.web.authentication.WebAuthenticationDetails is not in the allowlist
2025-01-18 06:57:06
5220
Describe the bugI am using postgres database to store sessions. I am trying to store the session attributes in json.My S...
Spring Security OAuth2 Social Logout is not working
2025-01-18 06:57:03
3044
I have added to my Spring Boot MVC Web Application Social login feature. It allows users to login to my application with...
Spring Security Revamp OAuth 2.0 Login/Client reactive documentation
2025-01-18 06:56:55
446
The OAuth 2.0 Login and OAuth 2.0 Client reference documentation for Reactive Applications is completely out-of-date com...
Spring Security spring-security-saml2-service-provider - Single Logout
2025-01-18 06:56:53
444
SummaryCurrently I cannot find a way to trigger a global logout via the spring-security-saml2-service-provider module. I...
Spring Security Oauth2 Resource Server will not retry on first failure with Multi-tenancy
2025-01-18 06:56:49
2367
Describe the bugI have an oauth2 server running on keycloak http://localhost:8080/keycloak-service/ and configured mult...
Spring Security Resource server using AuthenticationManagerResolver and disabled anonymous authentication: "An AuthenticationManager is required"
2025-01-18 06:56:44
2128
Describe the bugWhen OAuth 2.0 Resource Server support is configured, in combination with disabling anonymous authentica...
Spring Security Port Missing Integration Docs
2025-01-18 06:56:41
387
The following shows documentation that is currently missing on main:?> git diff --diff-filter=D --summary 5.5.x:docs/...
上一页
下一页
1
…
654
655
656
657
658
…
2246
.