GitHub user krisss85 opened a pull request:
https://github.com/apache/guacamole-client/pull/351
GUACAMOLE-683
This change introduces openid authentication support for the docker build.
Openid is sorted as a first module to make it work together with database.
The patch was tested together with this commit
https://github.com/mike-jumper/guacamole-client/commit/a62a3dcb1125f4bc2dc562016e41df82a3d415db
to make it work against keycloak as openid provider.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/krisss85/guacamole-client
openid-docker-support
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/351.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #351
----
commit 9a7de4191c385effaf56630f943c303858df5c8a
Author: Krzysztof Adamski <krzysztof.adamski@...>
Date: 2018-12-28T12:37:31Z
GUACAMOLE-683 Introduce support for openid authentication in docker build
----
---