Nineya
Home
Blog
软著申请
Spring Security Configure WebSecurity without WebSecurityConfigurerAdapter
2025-01-18 06:05:38
816
Expected BehaviorWe should be able to configure WebSecurity without needing WebSecurityConfigurerAdapter.The approach is...
Spring Security SAML attributes not parsed correctly with prefixed XML elements
2025-01-18 06:05:36
4914
Describe the bugWhen grabbing the email attribute (urn:oid:0.9.2342.19200300.100.1.3) from the SimpleSaml2AuthenticatedP...
Spring Security StandardInterceptUrlRegistry should not refer to ExpressionUrlAuthorizationConfigurer
2025-01-18 06:05:33
3067
Current BehaviorStandardInterceptUrlRegistry is defined in UrlAuthorizationConfigurer:public class StandardInterceptUrlR...
Spring Security 5.4.0 Inconsistent version naming
2025-01-18 06:05:30
342
Describe the bugI am not sure whether this is an intended change or bug.To Reproducehttps://mvnrepository.com/artifact/o...
Spring Security HttpSessionOAuth2AuthorizationRequestRepository.saveAuthorizationRequest depends on the HttpServletRequest having a non-null session, which may not be available in serverless environments
2025-01-18 06:05:27
1817
I've been working on deploying a webapp using Spring Boot in AWS Lambda using the aws-serverless-java-container, which r...
Spring Security NullPointerException SessionRegistryImpl.onApplicationEvent(SessionRegistryImpl.java:111)
2025-01-18 06:05:24
7472
Describe the bugWhen using a max session configuration for concurrency control, it can result in a NullPointerException....
Spring Security set failureHandler do not redirect /login?error and show error message
2025-01-18 06:05:22
2371
Describe the bug formLogin().failureHandler() method set FormLoginConfigurer field failureUrl null,so, I do not redire...
Spring Security Spring Webflux - set default HTTP Oauth2Login() registration/provider
2025-01-18 06:05:11
1696
Is there any way to set default registration for openid connect when you have multiple registration/provider? There is o...
Spring Security RBAC for class level
2025-01-18 06:05:08
1074
Hello,Why you don't add an enhancement that supports permission for class level based on roles with the annotation @PreA...
Spring Security Adapt to WebClient's new exception wrapping
2025-01-18 06:05:05
146
The snapshot tests are failing as a result of this commit. See spring-framework#23842.This fix should adapt to WebClient...
Spring Security Websocket traffic does not count as session activity, causing disconnect due to session timeout
2025-01-18 06:05:03
3767
Describe the bugWebsocket traffic is not considered as session activity. If an application has active websocket traffic,...
Spring Security How to disable spring-security version 5.3.3
2025-01-18 06:05:00
1105
Actual BehaviorHello ,I want to disable spring-security, in order to be able to skip login verification authority verifi...
Spring Security SessionRegistryImpl is not aware of SessionIdChange events.
2025-01-18 06:04:58
1762
SessionRegistryImpl can be used to track sessions. We can register new sessions with it. When the session expires it'll ...
Spring Security Enhance SAML AuthnRequest
2025-01-18 06:04:55
1930
Currently we use spring-security-saml in an open-source OIDC-SAML proxy. As the spring-security-saml project is in maint...
Spring Security Support for dynamic configuration using IDP metadata URL for SAML SSO integration
2025-01-18 06:04:52
2990
Expected BehaviorSAML IDP registration can be configured via either IDP metadata URL or file-based metadata instead of m...
Spring Security WebSessionServerCsrfTokenRepository#generateToken() don't use Schedulers.boundedElastic()
2025-01-18 06:04:49
725
Describe the bugin master branch, Schedulers.boundedElastic() is not used because the Mono chain is broken.https://githu...
Spring Security can't get request parameter after authentification success
2025-01-18 06:04:45
854
Hi everyone,I have implemented spring security in a restful api.Now i want to access request parameters but i'm always g...
Spring Security Inconsistent version naming for Spring Security Core 5.4.0
2025-01-18 06:04:42
599
Describe the bugVersion 5.4.0 of Spring Security Core is named 5.4.0 whereas the versions before, like other Spring libr...
Spring Security SAML2 Assertion: Support to map additional user attributes
2025-01-18 06:04:39
1368
SummaryWith the current implementation - in Spring Security 5.2.1 - it works very well to map external roles / authoriti...
Spring Security Add spring-javaformat checkstyle and formatting
2025-01-18 06:04:35
235
https://github.com/spring-io/spring-javaformat/ provides checkstyle and automatic source formatting for Spring Project. ...
上一页
下一页
1
…
694
695
696
697
698
…
2246
.