fixed OIDC-REdirectURI
This commit is contained in:
@@ -60,7 +60,7 @@ public class AuthController : Controller
|
|||||||
{
|
{
|
||||||
return Challenge(new AuthenticationProperties
|
return Challenge(new AuthenticationProperties
|
||||||
{
|
{
|
||||||
RedirectUri = "/"
|
RedirectUri = "/Home/Index"
|
||||||
}, "oidc");
|
}, "oidc");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user