Nineya
Home
Blog
软著申请
Spring Security Add JdbcRelyingPartyRegistrationRepository
2025-01-18 09:38:55
1393
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
2025-01-18 09:38:52
6508
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
2025-01-18 09:38:50
3909
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
2025-01-18 09:38:47
256
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
2025-01-18 09:38:45
2805
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
2025-01-18 09:38:43
1013
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
2025-01-18 09:38:40
1992
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
2025-01-18 09:38:37
211
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
2025-01-18 09:38:34
4636
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
2025-01-18 09:38:30
919
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
2025-01-18 09:38:28
8219
Hi,there seems to be a strange behavior, when there is a Security Configuration which exposes AuthenticationProviders as...
Spring Security OpenSamlAssertingPartyMetadataRepository should initialize OpenSAML
2025-01-18 09:38:25
930
All OpenSamlXXX components should attempt to initialize OpenSAML.For example, when OpenSaml5AssertingPartyMetadataReposi...
Spring Security AuthorizeReturnObject should target the authorized object within Spring Data components
2025-01-18 09:38:22
4154
Describe the bugUsing Authorizing Arbitrary Objects of Spring Security in combination with a Pageable Spring Data result...
Spring Security Support ServerExchangeRejectedHandler @Bean
2025-01-18 09:38:16
803
Spring Security does not use the ServerExchangeRejectedHandler Bean when exposed.We should fix this, but in the meantime...
Spring Security Support ServerWebExchangeFirewall @Bean
2025-01-18 09:38:13
775
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
2025-01-18 09:38:11
2235
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
2025-01-18 09:38:08
5276
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
2025-01-18 09:38:06
811
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
2025-01-18 09:38:03
4694
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
2025-01-18 09:38:00
550
When using @AuthorizeReturnObject on a controller method like so:@AuthorizeReturnObject@GetMapping(...)public MyObject g...
上一页
下一页
1
…
519
520
521
522
523
…
2246
.