Hi,

When using the "new-path" example config in 
https://guacamole.apache.org/doc/0.9.7/gug/proxying-guacamole.html, how would 
one define the saml* options in guacamole.properties, ie. saml-callback-url?

This is what I set:

saml-entity-id: whatever (same as defined in IdP)
saml-callback-url: https://guac.mydomain.org/


I'm asking because my SAML requests contains:

AssertionConsumerServiceURL="https://guac.mydomain.org/api/ext/saml/callback";

but I am unable to log-in because I get an HTTP error 405 when calling 
https://guac.mydomain.org/api/ext/saml/callback.

My apache config contains:

        ProxyRequests Off
        ProxyPreserveHost On

        <Location />
            Require all granted
            ProxyPass https://localhost:8543/guacamole/ flushpackets=on
            ProxyPassReverse https://localhost:8543/guacamole/
            ProxyPassReverseCookiePath /guacamole/ /
        </Location>

        <Location /websocket-tunnel>
            Require all granted
            ProxyPass wss://localhost:8543/guacamole/websocket-tunnel
            ProxyPassReverse wss://localhost:8543/guacamole/websocket-tunnel
        </Location>


Any thoughts?

Regards,

Vieri


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

Reply via email to