How to use/ enable oAuth2 in spring cloud stream to connect to Solace broker ?

The OAuth2 client_credentials grant type support in Solace SCSt Binder is released with v4.3.0 and higher.

The documentation actually point to the solace-java-spring-boot-starter documentation.

You may also like to check the integration test for example usage

FYI, @chatumoh and @bharathkumarkoya