From 82a8dd455553981fad1485360bc15a95fd3d827d Mon Sep 17 00:00:00 2001 From: Glauco <37829079+rglauco@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:06:04 +0200 Subject: [PATCH] chore: update federation version in README.md --- examples/relying-party-spring-boot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/relying-party-spring-boot/README.md b/examples/relying-party-spring-boot/README.md index f6404d9..d3355ff 100644 --- a/examples/relying-party-spring-boot/README.md +++ b/examples/relying-party-spring-boot/README.md @@ -76,7 +76,7 @@ A docker image containing this example can be built a run: - visit `http://relying-party.org:8080/` Some hints: -- we are using [federation](https://github.com/italia/spid-cie-oidc-django) v0.6.2 +- we are using [federation](https://github.com/italia/spid-cie-oidc-django) v1.2.0 - docker images currently sets a proxy of the exposed ports on the localhost interface, so you could use previous chapter instructions replacing `127.0.0.1` with the right hostname - docker image mounts the folder `./docker/data-java` as `/data` inside spring-boot container to externalize `jwk` and `trust-marks` configuration