nashtech-garage / yas

YAS: Yet Another Shop, a sample microservices project in Java
MIT License
1.61k stars 420 forks source link

Set up Client Credentials Flow for internal service communication in Keycloak #1236

Open danhnguyenv1 opened 1 month ago

danhnguyenv1 commented 1 month ago

We need to set up a new client in Keycloak to handle service-to-service communication using the Client Credentials Flow. This client will allow internal services to authenticate and securely obtain an access token for making requests to other services.