Request for Keycloak-and-Ledgers Plugin Spec or Guide
Hello Team, Thank you so much for open-sourcing this project.
Is the keycloak-and-ledgers-plugin required to run Ledgers? It seems to work without it in our setup.
If it is required, could you please provide the code, documentation, specs, or a setup guide for the keycloak-and-ledgers-plugin used in your Docker image (keycloak-and-ledgers-plugin:${LEDGERS_VERSION})? We’re integrating Ledgers and would like to understand how the plugin works or how to replicate it.
If it’s internal to your business, that’s also fine—just wanted to clarify.
Update: just found this line in docker file seems the plugin image is just copy the jar to provider folder
COPY ../../ledgers/keycloak/keycloak-token-exchange/target/keycloak-token-exchange.jar /opt/keycloak/providers/
Thanks! Ahmed