From 8465f48ed5d5f10275f42ac4f42f9179838c4c51 Mon Sep 17 00:00:00 2001 From: Mohmmed Elfateh Sabry <59346303+elfateh4@users.noreply.github.com> Date: Mon, 11 Aug 2025 02:51:28 +0300 Subject: [PATCH] Add default redirection URL to session cookies in Authelia configuration --- authelia/configuration.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 67fbdd8..5939010 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -16,9 +16,6 @@ log: theme: auto -# Where to send users if they hit a protected resource without a Referer -default_redirection_url: "https://traefik.gate.3launchpad.com/" - ######################################################### # Identity Validation ######################################################### @@ -86,6 +83,7 @@ session: cookies: - domain: "gate.3launchpad.com" authelia_url: "https://auth.gate.3launchpad.com" + default_redirection_url: "https://traefik.gate.3launchpad.com/" redis: host: redis port: 6379