https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31378

--- Comment #133 from David Cook <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to