Nineya
Home
Blog
软著申请
Spring Security Allow providing of custom WebClient to the oauth2 resource server configuration
2025-01-18 08:47:21
4988
Expected BehaviorI'd expect to have a method similar to http.oauth2ResourceServer(oauth2 -> oauth2.webClient(myCustom...
Spring Security RememberMeAuthenticationFilter will not call chain.doFilter(request, response) when he has successHandler
2025-01-18 08:47:18
2760
Describe the bugRememberMeAuthenticationFilter will not call chain.doFilter(request, response) when he has successHandle...
Spring Security SessionCreationPolicy.STATELESS is not applied in custom DSL
2025-01-18 08:47:15
5972
Hi,I am aware that this has already been discussed in #13840, but- in my opinion - this is a bug. Let me provide some de...
Spring Security RoleHierarchy is ignored with GlobalMethodSecurityConfiguration and @Secured annotation
2025-01-18 08:47:13
7076
Describe the bugUsing @EnableGlobalMethodSecurity(securedEnabled = true) does not work with injected RoleHierarchyFor @S...
Spring Security requestMatchers("").not() API is not present in Spring Security 6
2025-01-18 08:47:10
693
Describe the bugIn Spring Security 5 request matchers there is a possibility to invert the .hasRole with the .not method...
Spring Security Change to Using Saml2AuthenticationRequestResolver instead of Saml2AuthenticationRequestFactory
2025-01-18 08:47:08
1029
Hello, We have custom SamlAuthenticationRequestFactory implements Saml2AuthenticationRequestFactorywith override createA...
Spring Security AuthorizationManagers should allow a configurable default AuthorizationDecision
2025-01-18 08:47:03
706
When all delegates abstain, AuthorizationManagers's composition implementations return a default AuthorizationDecision. ...
Spring Security Easier way to define Role Hierarchy
2025-01-18 08:47:01
8813
Disclaimer: I'm hesitant to create this issue for sometime as this is quite subjective, but I thought that I still want ...
Spring Security Convert custom claim in NimbusOpaqueTokenIntrospector
2025-01-18 08:46:58
3476
Expected BehaviorOur current OAuth2 provider returns a custom claim for the roles, which I would like to convert.Current...
Spring Security PR builds are missing Develocity (Gradle Enterprise) credentials
2025-01-18 08:46:55
184
Build scans should be published to ge.spring.io -or- not published at all for PR builds. Credentials (environment variab...
Spring Security Extract SessionManagementFilter into different components
2025-01-18 08:46:53
602
Expected BehaviorThe SessionManagementFilter features should be separated into different components so users can use laz...
Spring Security Support Resource resolution for jwk-set-uri
2025-01-18 08:46:50
6250
The new 5.3.0 release includes the very useful Boot property for setting a specific JWT key in public-key-location. Howe...
Spring Security New approach to AuthenticationManager
2025-01-18 08:46:48
951
In my previous project i had AuthenticationManager configured like this:@Bean AuthenticationManager authenticationMan...
Spring Security spring-security-oauth2-autoconfigure migrating to spring-boot-starter-oauth2-client
2025-01-18 08:46:45
1134
Describe the bugWhen I use spring-security-oauth2-autoconfigure, my server returns me the authorities information in the...
Spring Security SEC-2427: Subsequent requests from the same browser break remember me function and throws CookieTheftException
2025-01-18 08:46:13
4764
Vertonur Sunimi (Migrated from SEC-2427) said:Prerequisite: Browser with authenticated rememberme cookie stored.Reproduc...
Spring Security OAuth2RefreshTokenAuthenticationProvider java.lang.ClassCastException: class java.util.LinkedHashMap cannot be cast to class org.springframework.security.core.Authentication (java.util.LinkedHashMap is in module java.base of loader 'bootstrap'; org.springframework.security.core.Authentication is in unnamed module of loader 'app')
2025-01-18 08:46:10
1843
Hello, I'm getting an errorjava.lang.ClassCastException: class java.util.LinkedHashMap cannot be cast to class org.sprin...
Spring Security In the case of multiple providers, the AuthenticationManager will display StackOverflow
2025-01-18 08:45:57
10158
SpringBoot -> 3.1.4Reproduction steps:1: Define AuthenticationManager, using only the default @Bean public Auth...
Spring Security Allow instantiation with a custom webclient
2025-01-18 08:45:43
1168
Expected BehaviorAllow the passing in of a custom WebClient when instantiating any child of the class AbstractWebClientR...
Spring Security Update Java Config Spring MVC documentation
2025-01-18 08:45:40
187
Based on a comment in #13794, the documentation should be updated to reflect use cases when Spring Security and MVC conf...
Spring Security Improve error message when ServletRegistration API is unavailable
2025-01-18 08:45:38
236
There are circumstances like this one where the reason the ServletRegistration API is unavailable due to application mis...
上一页
下一页
1
…
563
564
565
566
567
…
2246
.