Describe the bug Overriding WebClient in ReactiveOidcIdTokenDecoderFactory was implemented in one part of https://github.com/spring-projects/spring-security/pull/14357 that had two commits. But at last, only one commit got merged.

In https://github.com/spring-projects/spring-security/pull/13301, the commit only containing author info was merged.

To Reproduce

See https://github.com/spring-projects/spring-security/pull/14357#issuecomment-2443524739 for more.

Expected behavior

The commit should be merged as well.

Comment From: jzheaux

Hi, @JohnNiang, thanks for double-checking. The commit was not missed. It was reverted due to https://github.com/spring-projects/spring-security/issues/14178#issuecomment-2050434392.

The main concern is that it would matter for only some client registrations, causing possible confusion as to the setter's impact. You can follow that comment to see an example of how to customize WebClient.