From e29961b088d6926244a61f2b3485f41c07d6256a Mon Sep 17 00:00:00 2001 From: Dylan Gottlieb Date: Thu, 5 Jun 2025 03:30:47 -0600 Subject: [PATCH] website/integrations: fix komodo provider url (#14912) * fix KOMODO_OIDC_PROVIDER uri docs * Update website/integrations/services/komodo/index.mdx Co-authored-by: Dominic R Signed-off-by: Dylan Gottlieb --------- Signed-off-by: Dylan Gottlieb Co-authored-by: Dominic R --- website/integrations/services/komodo/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/integrations/services/komodo/index.mdx b/website/integrations/services/komodo/index.mdx index 3cb62d27bb..fcde1bbd8a 100644 --- a/website/integrations/services/komodo/index.mdx +++ b/website/integrations/services/komodo/index.mdx @@ -48,7 +48,7 @@ To support the integration of Komodo with authentik, you need to create an appli ```yaml KOMODO_OIDC_ENABLED=true -KOMODO_OIDC_PROVIDER=https://authentik.company/application/o/authorize +KOMODO_OIDC_PROVIDER=https://authentik.company/application/o// KOMODO_OIDC_CLIENT_ID= KOMODO_OIDC_CLIENT_SECRET= ```