Nineya
Home
Blog
软著申请
Spring Security Update to Gradle 7.3
2025-01-18 06:56:39
75
Now that Gradle 7.3 is released we should upgrade since it supports Java 17
Spring Security Regression: SAML Authentication fails when EncryptedAssertion is signed but response is not signed
2025-01-18 06:56:37
5271
Describe the bugWith spring-security 5.5.0+ authenticating with SAML fails with Saml2AuthenticationException{error=[malf...
Spring Security Split up Documentation Further
2025-01-18 06:56:34
929
The documentation is larger than it should be for some of the pages. Ideally, pages with more than 1000 lines should be ...
Spring Security Update to Spring Framework 6.0
2025-01-18 06:56:31
263
Spring Security 6.0 will use Spring Framework 6.0.This change requires migrating to Jakarta EE 9 and many dependency upg...
Spring Security OAuth2 authorization code flow, support parameters when request access token.
2025-01-18 06:56:28
10037
BackgroundIn Microsoft identity platform and OAuth 2.0 authorization code flow:1. When request an authorization code, th...
Spring Security An AuthenticationManager is required. Oauth2ResourceServer + anonymous disable
2025-01-18 06:56:23
4574
issue sourceHello, i caught strange behavior, when did disable anonymous() in WebSecurityConfigurerAdapter with oauth2Re...
Spring Security Preload JwkSet on Application Startup and not upon the first request
2025-01-18 06:56:20
5519
Expected BehaviorWhen we create a NimbusReactiveJwtDecoder with NimbusReactiveJwtDecoder.withJwkSetUri and setting the w...
Spring Security Reaching to infinte loop with minimal configuration of saml2 and spring security
2025-01-18 06:56:17
4264
The bug is default filter of saml2Login(with defaults) get missed configured .using api : org.springframewor...
Spring Security How to call oidc authenticate by postman?
2025-01-18 06:56:15
749
I'm using KeyCloak as the authentication server and SpringCloud Gateway as the oauth2 client. After I finish integrating...
Spring Security Allow extend ClientRegistration class to load client secret lazily
2025-01-18 06:56:12
2537
In our setup, the client secret is an encrypted property, and decrypt requires a remote call which affects the startup t...
Spring Security In saml2 LogoutRequest from RP doesn't contain KeyInfo
2025-01-18 06:56:09
976
LogoutRequest initiated from RP doesn't contain KeyInfo section. The same was fixed in #9746 by @fhanik for AuthReques...
Spring Security Add proxy/load-balancer/ssl termination support, like SAMLContextProviderLB
2025-01-18 06:56:05
8169
Current BehaviorI have a springboot application using SAML2 (using spring-security-saml2-service-provider). My applicati...
Spring Security SAML 2.0 JUnit Tests are being skipped
2025-01-18 06:56:03
173
This appears to be related to #9467.Comment From: marcusdacoregioFixed via https://github.com/spring-projects/spring-sec...
Spring Security Why whitelabel error page is not a result of a security breach
2025-01-18 06:56:00
588
Not a bug (Question)Nothing to reproduceExpected behavior is fineWhy this page is not a result of a any kind of a securi...
Spring Security Support multiple claim in JwtGrantedAuthoritiesConverter.
2025-01-18 06:55:56
5130
Now JwtGrantedAuthoritiesConverter only support one claim (scp/scope -> SCOPE_), now we have request to support multi...
Spring Security @Postmapping(/) is not working as expected stopping by 403 forbidden on browser and CSRF Token has been associated to this clientCSRF on console
2025-01-18 06:55:53
4409
SummaryI am working with Keycloak .all "Get" request are working fine i.e @GetMapping("/") in resource microservice.But...
Spring Security Provide an easier way to configure an ObjectPostProcessor
2025-01-18 06:55:50
3179
Expected BehaviorUsing an ObjectPostProcessor should be as easy as possible, in order to allow less verbose and error-pr...
Spring Security StackOverflowException when adapter's AuthenticationManager gets published as a bean
2025-01-18 06:55:48
9353
Describe the bugIf you publish an AuthenticationManager with org.springframework.security.config.annotation.web.configur...
Spring Security Nginx WebAuthenticationDetails Not real IP
2025-01-18 06:55:45
2019
Expected Behaviorexpect open Constructor org.springframework.security.web.authentication.WebAuthenticationDetails#WebAut...
Spring Security AbstractAuthenticationFailureEvent published twice when parent ProviderManager throws ProviderNotFoundException
2025-01-18 06:55:42
6622
I am currently running into an issue with ProviderManager hierarchy and its error handling with regards to a custom Auth...
上一页
下一页
1
…
655
656
657
658
659
…
2246
.