I am implementing a custom auth flow in keycloak. In this flow, I want to cache certain values that I’m fetching from a third-party API.
I’ve configured infinispan container for the same.
I’ve also updated the infinispan config for keycloak to include the container.
I’m looking for some documentation around how I can use this in the auth implementation.
Thanks