Securing thorntail service with KEYCLOAK
问题 I see a lot of topics about this but it seems that all of them access KEYCLOAK with the same URL. Explanation. I try to set up un frontend+microservice secured by KC achitecture. See the drawing : Everything work well if keycloak (kc) is seen by everybody with the same url, that is for JS : const keycloakURL = "http://test-kc-keycloak:8080/auth"; const keycloakParams = { url: keycloakURL, realm: "Test", clientId: "IHM" }; const keycloak = Keycloak(keycloakParams); ... For the service (project