On Tue, Aug 1, 2023 at 5:23 PM Stephan <sha...@gmx.com> wrote:
>
> Hi Nick,
>
> Many thanks for your help
>
> Here the interesting part from the Nginx configuration file :
>
> location /guacamole/ {
>         proxy_pass http://172.16.1.58:8080/guacamole/;
>         proxy_buffering off;
>         proxy_http_version 1.1;
>         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
>         proxy_set_header Upgrade $http_upgrade;
>         proxy_set_header Connection $http_connection;
>         proxy_set_header Authorization "";
>         proxy_set_header X-Guacamole-User $remote_user;
>         proxy_cookie_path /guacamole/ "/guacamole/; HTTPOnly; Secure; 
> SameSite";
>         access_log /var/log/nginx/guac_access.log;
>         error_log /var/log/nginx/guac_error.log;
>         }
>
> From guacamole.properties files :
> http-auth-header: X-Guacamole-User

Looks pretty good, like it should be working. Can you verify in the
Tomcat logs that the Guacamole Header authentication extension is
being loaded correctly? And can you verify that the $remote_user
variable that you've specified in the Nginx configuration is actually
populated?

-Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

Reply via email to