On Fri, May 31, 2019 at 4:37 AM Yang Yang <[email protected]> wrote:
> Hello, > > I have get Guacamole 1.0.0 running with Keycloak, and can successfully > login. Could you help to tell how to add connections for Keycloak users and > manage the mapping between users and connections? > You will need to use some other extension, probably JDBC, to store the connections. In version 1.0.0 this will require defining the OpenID users in the JDBC module, as well as the connections, and mapping between users and connections. Due to a couple of nuances in the way user groups work you won't be able to use the user groups in this environment - the behavior has been tweaked slightly for the 1.1.0 version. -Nick
