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 ```