From d2b00b6d81a7074d01dc986bb379627c46e787d0 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Mon, 20 Oct 2025 23:00:50 +0200 Subject: [PATCH] Update docker-compose.mdx Authentik uses trailing slashes in URLs --- pages/installation/docker-compose.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/installation/docker-compose.mdx b/pages/installation/docker-compose.mdx index ed7c3d0..fd3dd0a 100644 --- a/pages/installation/docker-compose.mdx +++ b/pages/installation/docker-compose.mdx @@ -143,9 +143,9 @@ services: NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL: "https://raw.githubusercontent.com/walkxcode/dashboard-icons/master/png/authentik.png" POSTIZ_GENERIC_OAUTH: "false" POSTIZ_OAUTH_URL: "https://auth.example.com" - POSTIZ_OAUTH_AUTH_URL: "https://auth.example.com/application/o/authorize" - POSTIZ_OAUTH_TOKEN_URL: "https://auth.example.com/application/o/token" - POSTIZ_OAUTH_USERINFO_URL: "https://authentik.example.com/application/o/userinfo" + POSTIZ_OAUTH_AUTH_URL: "https://auth.example.com/application/o/authorize/" + POSTIZ_OAUTH_TOKEN_URL: "https://auth.example.com/application/o/token/" + POSTIZ_OAUTH_USERINFO_URL: "https://authentik.example.com/application/o/userinfo/" POSTIZ_OAUTH_CLIENT_ID: "" POSTIZ_OAUTH_CLIENT_SECRET: "" # POSTIZ_OAUTH_SCOPE: "openid profile email" # Optional: uncomment to override default scope