Hi, I’m using Guacamole by OpenID auth. Then It seems that Guacamole doesn’t refer to mysql to get other information. My recognition is Guacamole use OpenID for only authentication. Other information is gotten from database.
My guacamole.properties is guacd-hostname: localhost guacd-port: 4822 mysql-hostname:127.0.0.1 mysql-port:3306 mysql-database:guacdb mysql-username:guacuser mysql-password: openid-authorization-endpoint:https://xxx/auth/realms/master/protocol/openid-connect/auth openid-jwks-endpoint:https://xxx/auth/realms/master/protocol/openid-connect/certs openid-issuer:https://xxx/auth/realms/master openid-client-id:guacamole openid-redirect-uri: openid-username-claim-type:email openid-scope:openid profile I’m using keycloak for IdP. I also confirm source code of client, but I can’t find class which is refer JDBC is in only extension… Yasuaki
