Multiple Oauth calls triggered for a single transaction in a webclient application with spring security
I have set up Spring-Security for my webclient application for grant-type as password.
I am receiving the token successfully which is getting attached to my API call request. But on enabling debug logs i could find that there are total 3 oauth2 calls to my oauth endpoint before it actually proceeds to my actual API endpoint. Tried debugging but unable to find what could be causing the issue.