1 min readMar 17, 2020
Once you acquire JWT token by your frontend, it can be passed down to multiple backend services. it can be verified/validate by the key published by the keycloak server (realm should be same for all your clients): (https://<keycloak-server>:<port>/auth/realms/${REALM}/protocol/openid-connect/certs)
You can implement custom logic to validate the token or use the adapters.