From 77ba1868189628f935c6a0654a5b9161a2986b23 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 22 Sep 2021 20:02:30 +0200 Subject: [PATCH] website/docs: add notice for guacamole token length Signed-off-by: Jens Langhammer --- website/docs/integrations/services/apache-guacamole/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/integrations/services/apache-guacamole/index.mdx b/website/docs/integrations/services/apache-guacamole/index.mdx index a823aca32..866f65cd5 100644 --- a/website/docs/integrations/services/apache-guacamole/index.mdx +++ b/website/docs/integrations/services/apache-guacamole/index.mdx @@ -24,6 +24,10 @@ Create an OAuth2/OpenID provider with the following parameters: - Redirect URIs: `https://guacamole.company/` (depending on your Tomcat setup, you might have to add `/guacamole/` if the application runs in a subfolder) - Scopes: OpenID, Email and Profile +Under *Advanced protocol settings*, set the folloiwng: + +- Token validity: Any value to configure how long the session should last. Guacamole will not accept any tokens valid longer than 300 Minutes. + Note the Client ID value. Create an application, using the provider you've created above. ## Guacamole