https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39224 --- Comment #13 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- To make the testing of this a bit easier (since SSO is a pain in the ass) I've written an improvement to the koha-testing docker (that requires this branch) that incidentally should also make testing this branch a bit easier. If you boot up a ktd instance with `ktd --localrun --sso up` while on this branch: https://github.com/Jacobomara901/koha-testing-docker/tree/sso-but-better it will boot up a keycloak instance with the realm already configured to koha. It will also enable Shibboleth in koha, turn on sync and autocreate and also configure all of the mappings in koha that are currently configured in keycloak. If you want to log in as an admin to keycloak to check, head to localhost:8082 as usual with the login details keycloak:keycloak for logging in to koha via this sso setup, use the credentials kohadev:kohadev (or set up your own in the keycloak admin panel) Obviously this has no ssl and Koha is hard coded in auth_with_shibboleth.pm to use https, so you'll need to change the code here to http instead for the _get_uri() sub. The above work will be upstreamed to the koha-testing-docker repo once this bug has been pushed to main Thanks in advance -- You are receiving this mail because: You are watching all bug changes.