Were you able to make it work ?

Atenciosamente/Kind regards,
Salatiel

On Tue, Apr 21, 2020 at 6:26 PM Tim Worcester
<timothy.worces...@gmail.com> wrote:
>
> Greetings,
>
> I currently have my guacamole client v1.1.0 configured to point to Keycloak
> using the OIDC configuration options.  This is causing my login information to
> be passed through Keycloak instead of the Guacamole Client login page.
> Because of this the GUAC_PASSWORD parameter is never populated because it
> was never actually input through Guacamole itself.
>
> I am trying to put a user prompt in the UI to have them input their password
> when clicking an 'rdp' protocol connection.  Currently I have a prompt hook in
> ManagedClient.js that sends the password to the TokenRESTService and calls:
>
> final Credentials credentials = authenticatedUser.getCredentials();
> credentials.setPassword(password);
> // Should call update user credentials  (private method in authService)
> authenticationService.authenticate(credentials, token);
>
> My connection parameters are setup to use ${GUAC_USERNAME} and 
> ${GUAC_PASSWORD} but the above code doesn't seem to update ${GUAC_PASSWORD} 
> or the current
> sessions Authenticated User object.
>
> My two main questions are:
> 1) Is there a configuration option that I am missing that covers this use 
> case?
> 2) What step am I missing to have the java services update ${GUAC_PASSWORD} 
> properly?
>
> Any help would be appreciated!

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

Reply via email to