From df915d3a5ee41948b3ac02ff91d35900c3caaf98 Mon Sep 17 00:00:00 2001 From: Dominic R Date: Wed, 23 Apr 2025 15:15:35 -0400 Subject: [PATCH] website: integrations: apache guacamole: remove redirect URI comments (#14113) * website: integrations: apache guacamole: remove redirect URI comments Self-evident. + Just follow the docs tbh * Update website/integrations/services/apache-guacamole/index.mdx Co-authored-by: Jens L. Signed-off-by: Dominic R --------- Signed-off-by: Dominic R Co-authored-by: Jens L. --- website/integrations/services/apache-guacamole/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/integrations/services/apache-guacamole/index.mdx b/website/integrations/services/apache-guacamole/index.mdx index 93d7759a53..70944ec33e 100644 --- a/website/integrations/services/apache-guacamole/index.mdx +++ b/website/integrations/services/apache-guacamole/index.mdx @@ -66,7 +66,7 @@ Docker containers are typically configured using environment variables. To ensur OPENID_CLIENT_ID= OPENID_ISSUER=https://authentik.company/application/o// OPENID_JWKS_ENDPOINT=https://authentik.company/application/o//jwks/ - OPENID_REDIRECT_URI=https://guacamole.company/ # Must match Redirect URI in authentik + OPENID_REDIRECT_URI=https://guacamole.company/ OPENID_USERNAME_CLAIM_TYPE=preferred_username ``` @@ -85,7 +85,7 @@ Additionally, ensure your `guacamole.properties` file (typically located in `/et openid-client-id= openid-issuer=https://authentik.company/application/o// openid-jwks-endpoint=https://authentik.company/application/o//jwks/ - openid-redirect-uri=https://guacamole.company/ # This must match the Redirect URI set in authentik (Including trailing slash). + openid-redirect-uri=https://guacamole.company/ openid-username-claim-type=preferred_username ```