This is the issue I have fixed is #28122

Comment From: mbhave

Spring Security made a change that defers the call to get the signature algorithm once decode is actually called. This is causing the tests in ReactiveOAuth2ResourceServerAutoConfigurationTests.java to fail because the number of requests to the mock server is different. We will need to update the assertions as part of merging this PR.

Comment From: mbhave

@Pooja199 Thank you for making your first contribution to Spring Boot! This has now been merged into main.