Nineya
Home
Blog
软著申请
Spring Security ClaimAccessor#getClaimAsMap doesn't return null as documented
2025-01-18 06:54:07
5177
Describe the bugorg.springframework.security.oauth2.core.ClaimAccessor#getClaimAsMap's Javadoc reads as follows: * @...
Spring Security 5.5.X only works with spring-security-5.4.xsd schema (XML-based config)
2025-01-18 06:54:03
2230
Describe the bugSecurityNamespaceHandler throws BeanDefinitionParsingException when we use version 5.0.X (<= 5.0.18.R...
Spring Security Deprecate CommonOAuth2Provider.OKTA
2025-01-18 06:53:59
7750
We should @Deprecated CommonOAuth2Provider.OKTA as it doesn't provide much value in defaults.The original intent of Comm...
Spring Security Deprecate Kotlin methods that have equivalents using reified types
2025-01-18 06:53:56
222
gh-8697 introduced Kotlin methods that use reified types instead of accepting a Java class parameter.The legacy methods ...
Spring Security Deprecate remoting technologies support
2025-01-18 06:53:54
177
Related https://github.com/spring-projects/spring-framework/issues/25379We should deprecate our remoting module entirely...
Spring Security Add support for JWT-Secured Authorization Request (JAR)
2025-01-18 06:53:52
273
We should add support for JWT-Secured Authorization Request (JAR).This issue addresses client-side support and spring-au...
Spring Security Add Reasons to AuthorizationDecisions
2025-01-18 06:53:50
1236
It's helpful to know why a security decision was made.AuthorityReactiveAuthorizationManager and AuthorityAuthorizationMa...
Spring Security Improve Method Security Logging
2025-01-18 06:53:47
318
Logging should be refactored for when @EnableGlobalMethodSecurity is used. For example, on startup, method security's DE...
Spring Security Implement reactive support for JWT as an Authorization Grant
2025-01-18 06:53:45
865
This ticket addresses the reactive support for gh-6053.Comment From: jonathannaguin@sjohnr a question about this impleme...
Spring Security Unsupported algorithm of RS512
2025-01-18 06:53:42
1423
A clear and concise description of what the bug is.I use springframework.security.oauth2 as client for authorization. Wh...
Spring Security Webflux ServerAuthenticationConverter getting called for permitted paths too
2025-01-18 06:53:38
12776
I am trying to implement jwt authentication with spring webflux and i am adding filter on SecurityWebFiltersOrder.AUTHEN...
Spring Security Implement reactive support for JWT Client Authentication
2025-01-18 06:53:36
2282
This ticket addresses the reactive support for gh-8175.Comment From: GiambapisasaleMy workaround:public class WebClientR...
Spring Security SAML 2.0 Login should allow loginProcessingUrl without {registrationId} when providing an AuthenticationConverter
2025-01-18 06:53:32
3057
https://github.com/spring-projects/spring-security/blob/662ab1041647d516c9cb047f123ead05d4ee3d2f/config/src/main/java/or...
Spring Security AuthenticationPrincipal argument type cannot be primitive
2025-01-18 06:53:28
25941
Describe the bugI discovered an issue in the @AuthenticationPrincipal annotation handlerI have a custom UserDetails sub-...
Spring Security Buggy PostInvocationAdviceProvider::supports(Class<?> clazz) implementation
2025-01-18 06:53:24
515
The current implementation doesn't allow to support MethodInvocation - inherited classes :@Override public boolean su...
Spring Security MessageSourceAccessor should use messageSource from MessageSourceAware as parent
2025-01-18 06:53:21
1611
Expected BehaviorSpring Security default ResourceBundle org.springframework.security.messages always as fallback.Current...
Spring Security JwtTimeStampValidator uses wrong error on token expiration
2025-01-18 06:53:17
898
SummaryI think the JwtTimeStampValidator uses the wrong error type when a token expires: https://github.com/spring-proje...
Spring Security Reactive OAuth2 Bearer Token request spec compliance
2025-01-18 06:53:12
1077
Like DefaultBearerTokenResolver, ServerBearerTokenAuthenticationConverter should fail when two access_token parameters a...
Spring Security Get structure101 plugin working in build
2025-01-18 06:53:09
134
Structure101 is a licensed tool Spring Security uses for package tangles.It would be nice if it were checked as part of ...
Spring Security Why not c
2025-01-18 06:53:07
3537
Expected Behavior- update the expiration time of the access token every time you log in againuse the exist access token ...
上一页
下一页
1
…
657
658
659
660
661
…
2246
.