On Thu, Nov 30, 2023 at 1:01 PM Dylan Francis <[email protected]>
wrote:

> Hello All,
> We are trying to set Guacamole up to pass the guacamole username and
> password on to the remote Windows machine we are connecting to.
> Looking over the documentation at
> https://guacamole.apache.org/doc/gug/configuring-guacamole.html#parameter-tokens,
> I believe we should be able to use ${GUAC_USERNAME} and ${GUAC_PASSWORD}
> in the Authentication section to have that passed along to the Windows
> machine.
> We get the username to get passed but not the password. Am I misreading
> the documentation? (100% possible)
>

No, you are not mis-reading it - that is correct, but what
authentication mechanism are you using? If you're using SSO (SAML, OpenID,
and/or CAS without ClearPass), then the ${GUAC_PASSWORD} token will not be
available to you, since the IdP does not share the password with the
Service Provider (Guacamole).

If you're using LDAP or a database authentication mechanism, then the
password should be available as a token and can be passed through - you'll
just need to make sure the token is specified correctly, and that the
password matches.

-Nick

Reply via email to