Nineya
Home
Blog
软著申请
Spring Security AWS - Token Exchange with Auth0 not happening (thought it might be IPV6 issue...)
2025-01-18 09:46:03
32475
I have a basic configurationBrowser --> Spring BFF --> Spring Rest APIThe Spring BFF and Spring Rest API are both ...
Spring Security relying-party-registration doesn't resolve placeholders in xml
2025-01-18 09:45:49
1886
Describe the bugWhen declaring a relying-party-registration element in a Spring Security XML namespace configuration, at...
Spring Security Inconsistent constructor declaration on bean with name '_reactiveMethodSecurityConfiguration'
2025-01-18 09:45:46
818
Describe the bugI get this warn in my spring boot reactive app:f.a.AutowiredAnnotationBeanPostProcessor : Inconsistent c...
Spring Security Add @AuthorizeRequestMapping annotation
2025-01-18 09:45:44
5690
Combined with gh-16249 we could add an annotation (e.g. @AuthorizeRequestMapping) that allows adding authorization rules...
Spring Security Allow access to the registered AuthorizationManager
2025-01-18 09:45:41
10645
Expected BehaviorI would like to get access to the configured AuthorizationManager to be able to use it for custom authe...
Spring Security JDBC WebAuthn Repositories
2025-01-18 09:45:39
336
Spring Security currently only has in memory implementations of webauthn repositories. We should add the option to use J...
Spring Security Pass Http Request to OAuth2AuthorizationRequestResolver#authorizationRequestCustomizer
2025-01-18 09:45:36
427
Expected BehaviorIt would be nice if we could use ServerWebExchange when customizing the Authorization Request using Def...
Spring Security State mismatch due to URL encoding
2025-01-18 09:45:34
1833
Describe the bugState parameter is generated using Base64 url encoder [1]. It ends up containing an "equals" sign at the...
Spring Security how to config httpclient timeout in spring gateway?
2025-01-18 09:45:21
4753
When the server ip of the auth server is incorrectly written, or the server is unavailable, the timeout time configured ...
Spring Security Infinite loop when wrong username and password are send as application/x-www-form-urlencoded
2025-01-18 09:45:18
34120
I'm trying to implement OAuth2 authentication using spring-cloud-starter-oauth2. Github codeI can make successful authen...
Spring Security Jwt Principal customization
2025-01-18 09:45:16
17801
Expected BehaviorI want to use method authorization annotations and @AuthenticationPrincipal clean way with custom busin...
Spring Security Support Meta-Annotation Parameters on Parameter Annotations
2025-01-18 09:45:13
274
In 6.4, support for meta-annotation parameters was added to @AuthenticationPrincipal and @CurrentSecurityContext.It woul...
Spring Security Consider alerting applications when both FilterSecurityInterceptor and AuthorizationFilter are in the same filter chain
2025-01-18 09:45:11
1052
This is almost definitely a misconfiguration. It could be detected in DefaultFilterChainValidator. Since Spring Security...
Spring Security Fail when several filter chains have the same securityMatcher
2025-01-18 09:45:08
2612
Related https://github.com/spring-projects/spring-security/issues/15220@Bean @Order(0)SecurityFilterChain app(HttpSecuri...
Spring Security hasAuthority and custom Mono<Boolean> method in @PreAuthorize leads to ConverterNotFoundException error
2025-01-18 09:45:04
9602
Describe the bugAfter upgrading to Spring Boot 3.3.0 and Spring Security 6.3.0 I've tried to migrate my single Mono<B...
Spring Security relying-party-registration doesn't allow placeholders in xml
2025-01-18 09:45:01
1780
Using Spring Security 6.0.8I use XML based configuration for most security setup as I have customisations that need to b...
Spring Security Support varying maxSessions by user in Servlet
2025-01-18 09:44:58
5449
Expected BehaviorFor Reactive Applications, the maximumSessions value can be configured using the SessionLimit abstracti...
Spring Security Spring Security's Filters and WebFilters Automatically Registered by Spring Boot
2025-01-18 09:44:54
3873
Spring Security reuses Filter and WebFilter APIs for security-based controller based logic within a Spring Security appl...
Spring Security Deprecate PortResolver
2025-01-18 09:44:51
277
PortResolver was created to work around an old IE bug where ServerRequest.getServerPort() could return the incorrect por...
Spring Security Add copyright modifier task
2025-01-18 09:44:49
261
It would be nice if the build modified copyright years for those files modified. This is helpful first since it is easy ...
上一页
下一页
1
…
513
514
515
516
517
…
2246
.