[Koha-bugs] [Bug 31378] Add a generic OAuth2/OIDC client implementation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 7 14:36:57 CET 2022


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

--- Comment #201 from Tomás Cohen Arazi <tomascohen at 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.


More information about the Koha-bugs mailing list