Nineya
Home
Blog
软著申请
Spring Security Add public to setClock method in InMemoryOneTimeTokenService
2025-01-18 09:32:49
126
Need to add public modifier to setClock method in InMemoryOneTimeTokenService.Comment From: rwinchClosing in favor of gh...
Spring Security Support refresh token for Token Exchange
2025-01-18 09:32:46
3144
I have recently integrated Token Exchange into my project as I need to perform long-lived background tasks on behalf of ...
Spring Security Allow customizing the strategy for resolving the principal in OAuth2ClientHttpRequestInterceptor
2025-01-18 09:32:43
370
Similar to OAuth2ClientHttpRequestInterceptor.ClientRegistrationIdResolver, we need a way to customize how the principal...
Spring Security NoSuchBeanDefinitionException after migration from antMatchers to requestMatchers (5.8.0)
2025-01-18 09:32:41
23561
Hi,I upgraded from 5.7.x to 5.8.0 and replaced the deprecated antMatchers(String...) with requestMatchers(String...) as ...
Spring Security Spring Security Configuraion Issue : Permit All Not working
2025-01-18 09:32:38
30432
I am configuring a bean of type SecurityFilterChain in a very simple spring boot application with jsp .URI's like / or /...
Spring Security Unable to customize ReactiveOAuth2AccessTokenResponseClient for refresh token
2025-01-18 09:32:35
3729
I'm using spring boot 3.3.1/spring security with oauth2. My Oauth2 / OIDC Provider is behind an Http Proxy. I need to c...
Spring Security @RolesAllowed annotation is not working in multi module gradle project
2025-01-18 09:32:32
1580
I upgraded my multi module gradle(v8.2) project from spring 5.3.34 to spring 6.1.18In "core" module I have SpringWebSecu...
Spring Security Leave Filter Chain Observations Off By Default
2025-01-18 09:32:30
465
The current default in Spring Security is that all its observations--filter chain, authentication, and authorization--ar...
Spring Security Make Security Observations Selectable
2025-01-18 09:32:28
1952
To configure which observations Security should make, it's needed to provide an ObservationPredicate. For example, in a ...
Spring Security Support JWT for Client Authentication
2025-01-18 09:32:25
10272
This feature will partially implement JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization...
Spring Security JwtDecoderProviderConfigurationUtils incorrectly handles issuer URI
2025-01-18 09:32:23
3048
Describe the bugJwtDecoderProviderConfigurationUtils use UriComponentsBuilder to modify a URI in oidc, oidcRfc8414 and o...
Spring Security Incorrect validation of idleTime instead of minIdleTime in xClaim command causing NPE
2025-01-18 09:32:21
567
Describe the bugIn the xClaim command of Redisson, the validation is incorrectly applied to the idleTime parameter inste...
Spring Security Provide a way to customize the default RequestCache without replacing the entire implementation
2025-01-18 09:32:13
7644
Spring Security 6.2.5Without any customization, the default RequestCache is HttpSessionRequestCache (created by private ...
Spring Security CORS documentation should use UrlBasedCorsConfigurationSource
2025-01-18 09:32:10
2287
Describe the bugSpring Security documentation: CORS provides an example on how to configure CORS using a @Bean of type C...
Spring Security Add Cookie-based Bearer Token support
2025-01-18 09:32:07
3166
The OAuth 2.0 for Browser-Based Apps draft outlines the use of an HTTP-Only cookie to resolve the bearer token when the ...
Spring Security Support extracting nested authorities in JwtGrantedAuthoritiesConverter
2025-01-18 09:32:05
2348
Expected BehaviorUsers should be able to specify a SpEL expression on the JwtGrantedAuthoritiesConverter to extract the ...
Spring Security Favor ObjectProvider over custom getBeanOrNull method
2025-01-18 09:32:02
747
Internal to many of Spring Security's configuration classes is a technique for ensuring that it only uses beans with a u...
Spring Security Consider favoring ObjectProvider#getIfAvailable
2025-01-18 09:31:59
621
Given #15816, it may be easier to make Spring Security's bean resolution policy more consistent.Reports like #15751 and ...
Spring Security Allow OAuth2ClientSpec to get ReactiveOAuth2AccessTokenResponseClient from Spring IoC
2025-01-18 09:31:57
3929
Expected BehaviorJust like OAuth2LoginSpec, OAuth2ClientSpec should get ReactiveOAuth2AccessTokenResponseClient from Spr...
Spring Security @Bean of AuthenticationManager from WebSecurityConfigurerAdapter throws either StackOverflowError or OutOfMemoryError
2025-01-18 09:31:54
2748
Describe the bugI'm overriding the authenticationManager method from the WebSecurityConfigurerAdapter in order to create...
上一页
下一页
1
…
525
526
527
528
529
…
2246
.