am looking for a sample quarkus reactive project with multiple OidcClients to make multiple service calls?
Eg: DemoProject wants to call service A, B, C, D. DemoProject used keycloak authorization with grant type as password. Service A has OidcClientA, service B has OidcClientB, service C has OidcClientC, Service D has OidcClientD. How can we simply inject OidcClient into a specific service and fetching the specific token, authorization header to a specific service automatically?
Quarkus Documentation: https://quarkus.io/guides/security-openid-connect-client