fixed OIDC-REdirectURI

This commit is contained in:
2025-06-19 10:30:59 +02:00
parent 930e5ba181
commit 518190e32a

View File

@@ -60,7 +60,7 @@ public class AuthController : Controller
{ {
return Challenge(new AuthenticationProperties return Challenge(new AuthenticationProperties
{ {
RedirectUri = "/" RedirectUri = "/Home/Index"
}, "oidc"); }, "oidc");
} }