From 05785661d78f9ca766ce586683c64c6bd8dea99e Mon Sep 17 00:00:00 2001 From: June Date: Tue, 24 Mar 2026 18:44:55 +0100 Subject: [PATCH] add note on how to get an example keycloak setup for the example setup --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c153c4..ec9a755 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ There's also `make clean` available for removing the output directory. ## Example Setup -We assume an unconfigured, fresh Keycloak installation running under `http://localhost:8080`. +We assume an unconfigured, fresh Keycloak installation running under `http://localhost:8080`. +(This can be achieved by running the provided `compose.yaml` after building the provider as outlined in [Building](#building).) 1. Add a new realm e.g. "TestRealm"