Hi all, time to git pull on your koha-testing-docker clone: we have just added a docker-compose.sso.yml file that can be used for launching an IdP, based on keycloak.
As usual, the `ktd` script options got a new `--sso` option switch for enabling it. The keycloak server is running on port 8082.
This is how I launch things on my dev environment, if anyone is interested:
$ ktd --es7 --selenium --sso up -d
Kudos for David Cook, who provided the tools to build this.
Best regards
--