Spring Security Add public to setClock method in InMemoryOneTimeTokenService

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

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

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)

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

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

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

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

The current default in Spring Security is that all its observations--filter chain, authentication, and authorization--ar...

Spring Security Make Security Observations Selectable

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

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

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

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

Spring Security 6.2.5Without any customization, the default RequestCache is HttpSessionRequestCache (created by private ...

Spring Security CORS documentation should use UrlBasedCorsConfigurationSource

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

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

Expected BehaviorUsers should be able to specify a SpEL expression on the JwtGrantedAuthoritiesConverter to extract the ...

Spring Security Favor ObjectProvider over custom getBeanOrNull method

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

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

Expected BehaviorJust like OAuth2LoginSpec, OAuth2ClientSpec should get ReactiveOAuth2AccessTokenResponseClient from Spr...

Spring Security @Bean of AuthenticationManager from WebSecurityConfigurerAdapter throws either StackOverflowError or OutOfMemoryError

Describe the bugI'm overriding the authenticationManager method from the WebSecurityConfigurerAdapter in order to create...
上一页 下一页
.