Spring Security Consider aligning OAuth 2.0 Access Token Response parsing in BodyExtractor

For reactive applications, the default implementation of BodyExtractor<Mono<OAuth2AccessTokenResponse>, Reactiv...

Spring Security OIDC logout not working for JPA/JDBC OAuth2AuthorizationService because DefaultSaml2AuthenticatedPrincipal does not implement equality

ContextUsing Spring Boot 3.3.0 with:spring-boot-starter-oauth2-authorization-serverspring-boot-starter-oauth2-clientspri...

Spring Security Saml2WebSsoAuthenticationFilter should allow requests through when SAMLResponse is absent

When an application requests /login/saml2/sso/okta, the default entry point for IdPs to POST a SAMLResponse, the endpoin...

Spring Security Reactive Spring Security is always creating the Session in redis even when NoOpServerSecurityContextRepository specified for securityContextRepository

Reactive Spring Security is always creating the Session even when NoOpServerSecurityContextRepository specified for secu...

Spring Security ServerWebExchangeFirewall breaks HttpHeaders down the filter chain

Describe the bugVersion: 6.2.7, Spring Boot 3.2.11Defining a WebFilter bean that mutates HttpHeaders results in HTTP Err...

Spring Security Refactoring Test Code to Reduce Duplication of Mock Object Creation

Dear Spring Security Developers,I have been reviewing your test code and noticed an issue with repeated creation of mock...

Spring Security Improve Documentation on Adding a Custom Security Filter

Expected BehaviorThe documentation should clarify that when using HttpSecurity#addFilterBefore(), the specified filter w...

Spring Security Support One-Time Tokens in a Clustered Environment

It would be nice to implement session based OneTimeTokenService. Now this is difficult to do, because OneTimeTokenServic...

Spring Security OIDC Backchannel Logout should allow logout tokens having typ header of logout+jwt

Describe the bugOIDC Backchannel Logout does not allow logout tokens having typ header of logout+jwt. By default the log...

Spring Security Spring Boot / Spring Security App, geting AWS Redis Elasticache production error (failed: Connection reset by peer & CROSSSLOT error)

Getting following connection error with AWS Elasticache (production)2024-10-19T08:33:26.374Z INFO 1 --- [BFFApplication]...

Spring Security How To solve about Server sent event with Spring Security ( 6.x.x ) Please Help

Describe the bugA clear and concise description of what the bug is.First of all. i made the code about SSE Without Sprin...

Spring Security Unhandled exception in CookieRequestCache results in 500 Internal Server Error

Describe the bugURL deserialization from the REDIRECT_URI cookie in CookieRequestCache fails and results in a 500 Intern...

Spring Security Implement Yescript

Expected BehaviorCan use YescriptPasswordEncoder.Current BehaviorThere's no YescriptPasswordEncoder in the selection.Con...

Spring Security Jackson Deserialization Issue with spring 5.5

I integrated redis with spring session and spring security 5.5.4 and respected the An error has occurredCould not read ...

Spring Security RequestMatcherDelegatingAuthorizationManager should be post-processable

Currently there is not way enforce the Principle of least privilege with respect to Handler Mappings and method security...

Spring Security UniqueSecurityAnnotationScanner throws ConcurrentModificationException

Describe the bug- I'm using Spring Security 6.4.0-M4 (via Spring Boot 3.4.0-M3)- I have set @EnableMethodSecurity(jsr250...

Spring Security 403 error handling problem without body for forbidden endpoints

hello , firstly sorry for my bad english.I have a food store application. Application has some .permitAll() endpoints an...

Spring Security Restore Framework version on Snapshot build

Due to https://github.com/spring-projects/spring-framework/issues/33699, the main build is failing. Because there is no ...

Spring Security Add loginPage() to DSL in reactive oauth2Login()

We should add the ability to specify the loginPage() for the oauth2Login() DSL in ServerHttpSecurity while preserving ot...

Spring Security Remove PortResolver

We should consider removing PortResolver as it leads to confusion is likely no longer necessary.See gh-8140 gh-12971
上一页 下一页
.