From 688fb2f4dda63e1889ea5d8ba7338c2cd15e6a49 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 6 Mar 2026 12:28:03 +0100 Subject: [PATCH] fix(services/self_host): correcting the redirect uri for git --- services/self_host/sso.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/self_host/sso.nix b/services/self_host/sso.nix index 12f623b..c282d5e 100644 --- a/services/self_host/sso.nix +++ b/services/self_host/sso.nix @@ -101,7 +101,7 @@ in displayName = "Forjego"; imageFile = kanidmLogo; originUrl = "https://git.enium.eu"; - originLanding = "https://git.enium.eu/login"; + originLanding = "https://git.enium.eu/user/oauth2/Enium/callback"; basicSecretFile = config.age.secrets.forgejo-oidc-secret.path; public = false; enableLocalhostRedirects = false;