Remove redirect-url from oauth2-proxy configuration to simplify callback handling

This commit is contained in:
Danilo Reyes
2025-12-10 05:04:03 -06:00
parent b864c98786
commit 8c55d42ba2

View File

@@ -44,7 +44,6 @@ in
session-store-type = "cookie"; session-store-type = "cookie";
skip-provider-button = true; skip-provider-button = true;
code-challenge-method = "S256"; code-challenge-method = "S256";
redirect-url = "${cfg.url}/oauth2/callback";
whitelist-domain = [ ".lebubu.org" ]; whitelist-domain = [ ".lebubu.org" ];
}; };
}; };