Nineya
Home
Blog
软著申请
Spring Security Provide audience validation support
2025-01-18 06:03:34
3042
SummaryAs I can see there is no audience validation support provided by the framework side, but it is pretty common case...
Spring Security Add require-ssl flag for webflux apps
2025-01-18 06:03:31
1046
SummaryAdd require-ssl flag for webflux appsConfigurationSomething like...@Beanpublic SecurityWebFilterChain springSecur...
Spring Security NoClassDefFoundError: AuthMetadataFlyweight at o.s.s.r.m.SimpleAuthenticationEncoder
2025-01-18 06:03:29
685
As of RSocket 1.1.0 (see rsocket/rsocket-java#906), the previously deprecated Flywheight classes have been removed.Sprin...
Spring Security SAML2 auto redirect with custom login page
2025-01-18 06:03:26
3249
Expected BehaviorI want to be able to have a custom login page with my own template for logout and error states, while s...
Spring Security Add hasAnyAuthority(String...) and hasAnyRole(String...) to authorizeRequests in Kotlin DSL
2025-01-18 06:03:22
561
Expected BehaviorThe Kotlin DSL has methods for conveniently specifying the access hasAuthority(String) and hasRole(Stri...
Spring Security Spring Security ACL: No operator matches the given name and argument type
2025-01-18 06:03:20
13556
When trying to use Spring Security ACL, I am facing error: org.postgresql.util.PSQLException: ERROR: operator does not e...
Spring Security JspAuthorizeTag cannot be used if spring-security configurations (beans) is not put in ROOT context (XML config).
2025-01-18 06:03:17
5049
Describe the bugI have a empty root context and an app (child) context contains all my beans. I have a separated xml fil...
Spring Security Reactive Exception Handling Anonymous Authentication Support
2025-01-18 06:03:14
6599
65656590┭┮﹏┭┮Comment From: eleftherias@lanmingle thanks for getting in touch. Could you provide more information on the ...
Spring Security Make class public: LazyPasswordEncoder, DefaultPasswordEncoderAuthenticationManagerBuilder
2025-01-18 06:03:11
563
Make class public: LazyPasswordEncoder, DefaultPasswordEncoderAuthenticationManagerBuilderComment From: rwinchCan you ex...
Spring Security InitializeUserDetailsBeanManagerConfigurer#InitializeUserDetailsManagerConfigurer.getBeanOrNull optimization
2025-01-18 06:03:08
1148
Expected BehaviorWhen multiple UserDetailsServices found, throw NoUniqueBeanDefinitionException.Current BehaviorWhen I r...
Spring Security Change Immutability for OAuth2AuthorizedClient
2025-01-18 06:03:06
2647
Expected BehaviorOAuth2AuthorizedClient and its nested classes are designed immutable. Can you change this behaviour? Cu...
Spring Security Remove Servlet 2.5 and 3.0 Support for Remember Me
2025-01-18 06:03:03
710
Related to #6220 The AbstractRememberMeServices attempts to use the setHttpOnly method only if that method is available ...
Spring Security Remove Servlet 3.0 Support in AbstractRequestMatcherRegistry
2025-01-18 06:03:00
638
Related to #6220 AbstractRequestMatcherRegistry checks first to make sure that the class javax.servlet.ServletRegistrati...
Spring Security JwtTimestampValidator should change maxClockSkew to clockSkew
2025-01-18 06:02:57
525
JwtTimestampValidator has a property called maxClockSkew.Let's simplify this to clockSkew. We need to change the field n...
Spring Security Introduce @CurrentSecurityContext for method arguments
2025-01-18 06:02:54
1635
A user can easily obtain the current user principal using the @AuthenticationPrincipal annotation, say in a Spring MVC a...
Spring Security Allow placeholder in headers disabled properties
2025-01-18 06:02:51
4981
SummaryIn the xml configuration for Spring Security, the xsd fail to validate attribute disabled of the headers element ...
Spring Security Introduce JWT Flow API in Test Support
2025-01-18 06:02:49
8261
It would be handy in tests to be able to specify a Jwt authentication in tests:this.mockMvc.perform(get("/") ...
Spring Security NPE in HttpsRedirectWebFilter
2025-01-18 06:02:46
3248
SummaryUsing an unrecognized port results in a NullPointerException when redirecting.CauseOn this line, HttpsRedirectWeb...
Spring Security This could be a bug that no check null in AuthorityUtils.java.
2025-01-18 06:02:43
835
I guess there is a bug in org.springframework.security.core.authority.AuthorityUtils.javapublic static Set<String>...
Spring Security remove final from convert method in JwtAuthenticationConverter
2025-01-18 06:02:41
1997
SummaryI wanted to extend JwtAuthenticationConverter in the resource server and override convert method to return my own...
上一页
下一页
1
…
696
697
698
699
700
…
2246
.