https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31378 --- Comment #133 from David Cook <dcook@prosentient.com.au> --- 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. -- That actually reminds me that I don't have a test plan for the "OAuth" Protocol option. Does it still work with the OIDC option since OIDC is just a wrapper around OAuth? -- Anyway, that's all for me for now! -- You are receiving this mail because: You are watching all bug changes.