From 6bb809fd821c1ac2aa28fa50f3e4d2c7fce0674b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 14 Feb 2023 11:55:11 +0100 Subject: [PATCH] website/integrations: remove exclude_x5 from guacamole Signed-off-by: Jens Langhammer --- 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 529a4425d..5faf25ca0 100644 --- a/website/integrations/services/apache-guacamole/index.mdx +++ b/website/integrations/services/apache-guacamole/index.mdx @@ -52,7 +52,7 @@ import TabItem from "@theme/TabItem"; OPENID_AUTHORIZATION_ENDPOINT: https://authentik.company/application/o/authorize/ OPENID_CLIENT_ID: # client ID from above OPENID_ISSUER: https://authentik.company/application/o/*Slug of the application from above*/ -OPENID_JWKS_ENDPOINT: https://authentik.company/application/o/*Slug of the application from above*/jwks/?exclude_x5 +OPENID_JWKS_ENDPOINT: https://authentik.company/application/o/*Slug of the application from above*/jwks/ OPENID_REDIRECT_URI: https://guacamole.company/ # This must match the redirect URI above ``` @@ -64,7 +64,7 @@ OPENID_REDIRECT_URI: https://guacamole.company/ # This must match the redirect U openid-authorization-endpoint=https://authentik.company/application/o/authorize/ openid-client-id=# client ID from above openid-issuer=https://authentik.company/application/o/*Slug of the application from above*/ -openid-jwks-endpoint=https://authentik.company/application/o/*Slug of the application from above*/jwks/?exclude_x5 +openid-jwks-endpoint=https://authentik.company/application/o/*Slug of the application from above*/jwks/ openid-redirect-uri=https://guacamole.company/ # This must match the redirect URI above ```