Philipp Zeitschel created GUACAMOLE-1675:
--------------------------------------------
Summary: 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
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)