[
https://issues.apache.org/jira/browse/GUACAMOLE-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Couchman closed GUACAMOLE-1675.
------------------------------------
Resolution: Invalid
[~celevra]: Please start your quest for help in this area on one of our mailing
lists, either [email protected] or [email protected]. Those are
the correct places to ask questions like this about usage. Jira is not a
support forum.
https://guacamole.apache.org/support/
If, in the course of asking the question and getting an answer you feel that
something in the documentation could use updating, you can then (re)open a Jira
issue to track that, and possibly even contribute to that effort.
> lack of documenation, what todo with an authtoken?
> --------------------------------------------------
>
> Key: GUACAMOLE-1675
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1675
> Project: Guacamole
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 1.4.0
> Reporter: Philipp Zeitschel
> Priority: Critical
>
> Hi,
> i've requested an authToken via /api/tokens:
> {code:java}
> {"authToken":"54808533B1CCE7176838021B9CDD87583B04C67A9E1476A4621D453DA7F4A4AF","username":"blub","dataSource":"json","availableDataSources":["mysql","mysql-shared","json"]}
> {code}
> i could manually inject it into the webapp:
> {code:java}
> localStorage.setItem('GUAC_AUTH',
> '{"authToken":"54808533B1CCE7176838021B9CDD87583B04C67A9E1476A4621D453DA7F4A4AF","username":"blub","dataSource":"json","availableDataSources":["mysql","mysql-shared","json"]}')
> {code}
> what is the correct way to request an authToken and then redirect a User to
> the guacamole-client to establish an connection?
> regards
> Celevra
--
This message was sent by Atlassian Jira
(v8.20.10#820010)