Spring Security Add JdbcRelyingPartyRegistrationRepository

I have an application where the SP metadata is generated as XML and put in the database. We pull the XML and generate th...

Spring Security Add OpenTelemetry Span Creation for Spring Security Filters and Expose as Configurable Property

Expected BehaviorI want to track the execution of Spring Security filters and send the trace data to Jaeger using OpenTe...

Spring Security Not generating saml2: LogoutResponse and there is no logs to trace what happened

In the AP initiated LogoutRequest LogoutResponse is not reaching the IDP. Currently I have this configuration @Beanpubli...

Spring Security Bump version com.nimbusds:oauth2-oidc-sdk

Expected BehaviorCurrent availabled version of this library is runtimeOnly("com.nimbusds:oauth2-oidc-sdk:11.20.1")Curren...

Spring Security when i asked request, I got java.lang.UnsupportedOperationException

When my interface accesses WebFilterChainProxy , my request cannot be modified. This error is reported to me.Comment Fro...

Spring Security The bean 'conversionServicePostProcessor', defined in class path resource

error mssage : The bean 'conversionServicePostProcessor', defined in class path resource [org/springframework/security/c...

Spring Security ServletOAuth2AuthorizedClientExchangeFilterFunction still uses/returns a Webclient instead of RestClient

Describe the bugIn the 6.4-RC1 release RestClient support is being upgraded to provide more or less the same functionali...

Spring Security Improve documentation about CredentialsContainer

Please see https://github.com/spring-projects/spring-security/issues/15319#issuecomment-2198695646 for details on what t...

Spring Security Improve Integration between Authorized Objects and Spring Data

If an authorized object is sent to Spring Data, for example using CrudRepository#save, the call fails since it tries to ...

Spring Security Commit missed of overriding WebClient in ReactiveOidcIdTokenDecoderFactory

Describe the bugOverriding WebClient in ReactiveOidcIdTokenDecoderFactory was implemented in one part of https://github....

Spring Security Circular reference when exposing a AuthenticationProvider with a dependency to HttpSecurity

Hi,there seems to be a strange behavior, when there is a Security Configuration which exposes AuthenticationProviders as...

Spring Security OpenSamlAssertingPartyMetadataRepository should initialize OpenSAML

All OpenSamlXXX components should attempt to initialize OpenSAML.For example, when OpenSaml5AssertingPartyMetadataReposi...

Spring Security AuthorizeReturnObject should target the authorized object within Spring Data components

Describe the bugUsing Authorizing Arbitrary Objects of Spring Security in combination with a Pageable Spring Data result...

Spring Security Support ServerExchangeRejectedHandler @Bean

Spring Security does not use the ServerExchangeRejectedHandler Bean when exposed.We should fix this, but in the meantime...

Spring Security Support ServerWebExchangeFirewall @Bean

Spring Security does not use the ServerWebExchangeFirewall Bean when exposed.We should fix this, but in the meantime use...

Spring Security MAJOR BREAKING CHANGE - New ServerWebExchangeFirewall is non-overrideable in WebFlux security and rejects all requests with encoded characters

Describe the bugWe upgraded to Spring Boot 3.3.5, which brought in Spring Security 6.3.4. This is the latest. We are now...

Spring Security HttpHeaders.writeHttpHeaders Fails with UnsupportedOperationException

Superseded by https://github.com/spring-projects/spring-framework/issues/33789Related https://github.com/spring-cloud/s...

Spring Security Enhance the observability of the authorization code flow when communicating with a third-party OAuth server

Expected BehaviorA switch to trun on logging to show the requests and responses in the Authorization Code Flow for the c...

Spring Security AnonymousConfigurer.authorities only accepts GrantedAuthorities but no subtypes of GrantedAuthorities

Expected BehaviorI expected the builder method of AnonymousConfigurer.authorities(authorities) to take a List<? exten...

Spring Security Exceptions for Authorized Objects should propagate when returned from a Controller

When using @AuthorizeReturnObject on a controller method like so:@AuthorizeReturnObject@GetMapping(...)public MyObject g...
上一页 下一页
.