Hello, Currently testing 1.0.0 of Guacamole, it solves some RDP issue Ihave with 0.9.14, I discovered it does not behave properly with Auth header authentication. Except MySQL DB rebuilt (because of connexions etc), I changed nothing in config. Only the client & server were rebuilt.
Now when I authenticate, Guacamole starts by behaving properly: 14:16:39.439 [http-nio-127.0.0.1-8080-exec-1] INFO o.a.g.r.auth.AuthenticationService - User "guacadmin" successfully authenticated from [IP_addr, 127.0.0.1]. Then it goes in numerous SQL queries to end with a classical error. I cant find the log line telling why this error. Config : extensions are http-header + mysql (2nd position in listing) guacamole.properties: mysql login/pass/db + header to use guacamole/lib : java 8.0.13 mysql connector tomcat7.0.68 (in case of) :-) MySQL DB content build with extension MysQL only, works perfectly. header to use to authenticate = login name (guacadmin as first test). Nota : this weird design is to be able to interface with OpenID because with OIDC plugin, Guacamole goes endless loop. Seems to be a AngularJS issue, some AngularJS version apparently solving this, not the 1.6.9 current in Guacamole. Design is : Apache2 Rproxy auth with OIDC plugin ->set a specific header/environnement variable -> tomcat7(localhost) -> guacamole using that variable as valid-user. Maybe normal but guacamole logs a non-existing user-mapping.xml, useless in that design that worked perfectly the same in 0.9.14. any clue, help, assistance, maybe solving :-) is welcome. Have a good day Brgrds
