On Tue, Aug 17, 2021 at 9:06 AM FelixD <[email protected]> wrote:
> Hello, > I’m trying to automate the steps of logging in into Guacamole and starting > up a connection so that a user doesn’t have to interact with Guacamole > itself. > So that in the end I would be able to send a request to guacamole that > logs in the user and start the connection stored on that account. > > This is a little bit of an ambiguous request. Perhaps you can be more specific about what exactly you want to do. Here are some things to keep in mind: * If a user only has one connection assigned in Guacamole, that connection will launch automatically as soon as they log in to Guacamole. * Each connection has a unique URL that can be used to launch that particular connection. The user will log in to Guacamole and then get automatically directed to the connection. * Don't try to disable authentication in Guacamole. Integrate it with SSO or LDAP or whatever you have to do, but do not disable it ( http://guacamole.apache.org/faq/#disable-auth). * Parameter tokens are your friend, and will help make integration and user experience more seamless: http://guacamole.apache.org/doc/gug/configuring-guacamole.html#parameter-tokens The header authentication module is available and does work - if you're having trouble getting it set up, post back the steps you've done and what behavior you're seeing and we can help you through that. -Nick
