[keycloak-user] High throughput communication- Use of a transparent (by value) token

Виталий Ищенко betalb at gmail.com
Wed Mar 28 02:35:40 EDT 2018


This is by design. Keycloak uses JWT tokens, which can be verified without
contacting IdP.

Your app just needs public keys from keycloak instance. This is done
automatically be keycloak adapter. Adapter has 2 ways of getting keys:
* you can supply them explicitly
* adapter can fetch and cache them
вс, 25 марта 2018 г. в 17:21, Omri Tavor <omri.tavor at forcepoint.com>:

> Hi,
> I have two backend servers that needs to communicate at a high throughput
> (1000s request per second).
> I don't want each of the requests to block/slow down by the server
> contacting the Keycloak server to verify the token.
> Is there a way, I can create a transparent token that could be verified
> without having to access the KeyCloak server in each request?
> Thanks,
> Omri.
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>


More information about the keycloak-user mailing list