Spring Security Cannot add custom methods to secure method invocations in spring-security 6

Hello,I am attempting to migrate my Inception Framework, based on Spring Boot 2, to Spring Boot 3.I have created a ApiMe...

Spring Security Refreshing token with supplied OAuth2AuthorizedClient including principal saves it as anonymous principal

We have a scenario where our users are linked against a back-end using OAuth2 code grant. We're using oauth2Client() rat...

Spring Security OidcIdToken cannot be serialized to JSON if token contains claim of type JSONObject

Describe the bugIf an IdP sends an ID token with claim may_act, the Jackson ObjectMapper with SecurityJackson2Modules ca...

Spring Security OAuth 2.0 Resource Server Multi-tenancy - documentation improvement

Expected BehaviorPreamble: I don't know the correct way to voice this issue, so if it's not the correct way, please tell...

Spring Security Spring Security 6.0 allows me to see the h2-console login page but doesn't allow me to go inside, how do I do?

Describe the bugI'm struggling to access my h2-console under the protection of Spring Security 6.0.almost the same code ...

Spring Security Add AuthorizationRequestRepository option in securityconfig

Expected Behaviordeveloper can custom AuthorizationRequestRepository implement if they dont want to use sessionCurrent B...

Spring Security Add EnableWebSecurity migration steps to 5.8 guide

Related to #12074, specifically https://github.com/spring-projects/spring-security/issues/12074#issuecomment-1289066109 ...

Spring Security Outdated example in Javadoc of UrlAuthorizationConfigurer

The example in Javadoc of UrlAuthorizationConfigurer is referring its default constructor that no longer exists.Comment ...

Spring Security unable to access h2-console with Spring Security 6

Describe the bug- I've upgraded a working Spring Boot 2 / Spring Security 5 project to Spring Boot 3 / Spring Security 6...

Spring Security Add a RelyingPartyRegistrationRepository constructor to Saml2MetadataFilter

To expose the SAML metadata endpoint we have to register a Filter:DefaultRelyingPartyRegistrationResolver relyingPartyRe...

Spring Security Loading service provider xml without IDPSSODescriptor element

https://github.com/spring-projects/spring-security/blob/cd0f02de49248a0fd0a2021201034a5f6c680417/saml2/saml2-service-pro...

Spring Security WebSecurityConfigurationAdapter is missing from spring-security

I used to work with spring security before 15 days, and I implemented a basic JWT auth system. It works fine, but now, I...

Spring Security Regression: ServerHttpSecurity ignore calls to permitAll() starting with 6.0.0-M7

Describe the bugStarting with Spring Security 6.0.0-M7 (used by Spring Boot 3.0.0-M5), calls to permitAll() when config...

Spring Security Add Authority String AuthorizationManager

It would be helpful to have an AuthorizationManager that takes the needed authorities as context.Something like (pseudoc...

Spring Security No easy way to set SecurityContextRepository on OAuth2ResourceServerConfigurer

Expected BehaviorEasy way to set the SecurityContextRepository on the BearerTokenAuthenticationFilter when using OAuth2R...

Spring Security Error org.springframework.beans.factory.BeanDefinitionStoreException using Spring Boot 3

I try to upgrade from spring boot 2.x.x into 3.0.0.Now its not running with the following errors.Error org.springframewo...

Spring Security Regression: authorizeHttpRequests() causes AuthenticationProvider to not be called

Using Spring 6.0.2 and Spring-Security 6.0.0. No spring-boot involved.Describe the bugFollowing deprecation notice on a...

Spring Security AuthorizationFilter behaves different from FilterSecurityInterceptor for requests without bearer token

I'm observing this with Spring Boot 2.7.5 (Spring Security 5.7.4).Consider the following minimal resource server applica...

Spring Security Ignored requestCache.saveRequest, because sendRedirect is in front

Describe the bugI am using CookieRequestCache .However, as SendRedirect proceeds first, cookie settings are not included...

Spring Security v6.0.0 release notes no mention of WebSecurityConfigurerAdapter being removed

Describe the bugWhen looking at the release notes for v6.0.0, there is no mention of the WebSecurityConfigurerAdapter be...
上一页 下一页
.