How we do it:

We use curl to post :
curl -X POST -H 'Content-Type: application/x-www-form-urlencoded' -d
'username=SOMEUSERNAME&password=SOMEPASSWORD'
https://<Guacamole>/guacamole/api/tokens

This will generate a one time token for that user to login with then it will
expire, but the connection will remain as long as the session is active in
the browser.  The return/redirect link should look like this:

https://<Guacamole>/guacamole/#/client/?token=5AD2069FD0F6788848BBE23B6095816EA2B5CEBB1EF07F76051010E050C70063

Our Provisioning system does all this on the fly and manages Guacamole
directly.

Hope this helps.

Thank You





--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Reply via email to