I don't believe guacamole 0.9x has support for SAML...

Can you upgrade to 1.4 and look at the latest guacamole manual?

https://guacamole.apache.org/doc/gug/

I believe SAML support was not added until 1.1 or 1.2

-Lee

On Wed, Jun 29, 2022, 6:40 AM Vieri <rentor...@yahoo.com.invalid> wrote:

> 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