Hi,
SAML auth which you are speaking about, most probably is this one:
https://guacamole.apache.org/doc/gug/saml-auth.html
Which is an extension for apache guacamole frontend part, not for guacd,
which is the backend part.
GUACD_LOG_LEVEL=debug set debug logging for guacd, but you would never see
anything about auth issues there since it doesn't make auth at all. Just
translate remote protocol into ws known language for a web client.

In order to debug auth on frontend end, you have to use this one:
https://guacamole.apache.org/doc/gug/configuring-guacamole.html#logging-within-the-web-application
You have to put logback.xml into GUACAMOLE_HOME dir (depends on your docker
image, there is a chance you have to set it if it is not set by default)
with logging config.

сб, 1 февр. 2025 г. в 23:47, Jacob Chapman <[email protected]>:

> Hi,
>
> I am getting this error when Guacamole attempts to use SAML authentication:
>
> ‘Request could not be processed: Could not parse SAML IdP Metadata file’.
>
> I have a different Guacamole instance connected to a different IdP, which
> is working great.  There is something very nuanced causing the error,
> because the two IdP configurations and nearly identical.
>
> Is there any way to get more info on what’s causing the parsing error?
> I’m running in docker and tried setting GUACD_LOG_LEVEL=debug, but there’s
> still no additional detail.
>
> Thanks,
>
> *Jacob Chapman*
> 484-951-1959
> [email protected]
>
>
>
>

Reply via email to