From 518190e32a01e0ecbc272410354afe10725771b7 Mon Sep 17 00:00:00 2001 From: daniel-hbn Date: Thu, 19 Jun 2025 10:30:59 +0200 Subject: [PATCH] fixed OIDC-REdirectURI --- Watcher/Controllers/AuthController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Watcher/Controllers/AuthController.cs b/Watcher/Controllers/AuthController.cs index 66ff5f1..e4f957c 100644 --- a/Watcher/Controllers/AuthController.cs +++ b/Watcher/Controllers/AuthController.cs @@ -60,7 +60,7 @@ public class AuthController : Controller { return Challenge(new AuthenticationProperties { - RedirectUri = "/" + RedirectUri = "/Home/Index" }, "oidc"); }