/springboot-kong-keycloak

The goal is to create a Spring Boot app called book-service. It will only be reachable through Kong API gateway. In Kong, we will install kong-oidc plugin that will enable the communication between Kong and Keycloak OpenID Connect Provider. This way, when Kong receives a request to book-service, it will validate together with Keycloak whether it's a valid request or not before redirecting to the upstream service.

Primary LanguageShell

Stargazers