This gist describes the configuration required for Spring reactive WebClient to make a call to an OAuth2 protected resource through OAuth2.0 Client Credentials Grant Type Flow.
Assumption is that the Authorization Server supports OpenId Connect 1.0 specifications.
@krnbr Unfortunately, I dont see any configuration missing at this moment. It's partly copied from my working sample. As I said, if you can share your code (github repo link) or post your question in stackoverflow, I would definitely take a look .