Spring Security Spring security without spring or spring boot

The documentation says spring security can be used without spring boot (https://docs.spring.io/spring-security/reference...

Spring Security SpringSessionBackedReactiveSessionRegistry removeSessionInformation hasn't been implemented

This looks like a bug:It's the only method not implemented? @Override public Mono<ReactiveSessionInformation&gt...

Spring Security Support RFC 9457 error details for OAuth2 JWT validation

Expected Behaviorwhen this is used: @Bean SecurityFilterChain configure(HttpSecurity http, AuthorizationManager<R...

Spring Security Methods annotated with @PostFilter are processed twice by PostFilterAuthorizationMethodInterceptor

Bug descriptionFound in version: 5.8.13Fix required in: 5.8.x (required to enable migration to Spring Security 6).While ...

Spring Security Spring Session / Security - Redis Sessions not being properly deleted

Hi, I have a Spring OAuth Client (BFF), between a Public Angular Client, and an Auth0 Authorization server. When I login...

Spring Security Spring OAuth Client - won't redirect when Spring Auth Server receives invalid credentials

Probably my last BFF bug, before I shift to Tailwind and Angular (hopefully). It's been an epic 3 month journey so far i...

Spring Security Spring do not support 401 unauthorized responce by default

spring security version 6.3.1i did implement Jwt tocken, but by trying to access protected resource without auth i get b...

Spring Security Response header Vary since Spring Security 6.2.0

After upgrading from Spring Boot 3.1.* to Spring Boot 3.2.0 which includes Spring Security 6.2.0, responses of REST serv...

Spring Security Security Context being called twice for every endpoint on Spring API Gateway

Hi, Is there a way of preventing a security context from being called twice?I have an API Gateway, with a Token Relay fi...

Spring Security Update eclipse/vscode configuration to use -parameters

Given that several tests rely on method parameter names being inspected reflectively, we should configure Eclipse and VS...

Spring Security Support Global Observation Convention Configuration

Related to https://github.com/spring-projects/spring-security/issues/12534 and https://github.com/spring-projects/spring...

Spring Security ObservationRegistry is never post-processed

Forward port of #15658Comment From: jzheauxClosed in 0cab7c8f15ab98e97b10458d63ed3d85601b0903 and 1118b0ec63b87de00957f5...

Spring Security ObservationRegistry is never post-processed

Describe the bugI am running a Spring Boot web application with JDK 21 with the following versions/components:springBoot...

Spring Security Simplify adding AuthorizationAdvisors to AuthorizationAdvisorProxyFactory

To add an advisor to AuthorizationAdvisorProxyFactory is simple:List<AuthorizationAdvisor> advisors = ...Authoriza...

Spring Security Migrate to io.spring.develocity.conventions plugin

Related gh-15021See also spring-io/develocity-conventions#82 and spring-io/develocity-conventions#89Comment From: sjohnr...

Spring Security Mark Duplicate Dependabot PRs is not consistent

The workflow does not seem to be marking the duplicate PRs consistently.One example run is this one, where it didn't fin...

Spring Security Is it safe to store client password inside clientRegistration inside Authorized Client

I noticed that the class DefaultReactiveOAuth2AuthorizedClientManager relies on passing in Authorized Client instances t...

Spring Security redisAuthorizedClientRepository not being called, but redisReactiveOAuth2AuthorizedClientService is?

Describe the bugAuth ManagerDespite doing this, @Configurationinternal class OAuth2AuthorizedManagerConfig { private ...

Spring Security Spring Security ACL based on MongoDB

Spring Security ACL is, by its current implementation, based on SQL databases which joins together all 4 tables (sid, cl...

Spring Security Remove Bootstrap CSS from default login/logout page

ContextCurrently, the default Spring Security login and logout pages are styled using Bootstrap CSS. The version we use ...
上一页 下一页
.