https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31378 --- Comment #201 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to David Cook from comment #133)
Agustín, how are you testing this during development?
In my docker-compose.yml, I use the following:
keycloak: image: jboss/keycloak networks: - kohanet environment: KEYCLOAK_USER: <username> KEYCLOAK_PASSWORD: <password> ports: - "8082:8080"
If you are interested in using Keycloak for testing, I can give a few more instructions on how to set up the realm, the client, the user, and where to find the details for the Koha configuration.
I've just added an --sso option switch to the 'ktd' command, using the examples you provided (with minor tweaks). Thanks! -- You are receiving this mail because: You are watching all bug changes.