4 writes to LoginPath
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
846options.LoginPath = "/login";
Microsoft.AspNetCore.Authentication.Cookies (1)
PostConfigureCookieAuthenticationOptions.cs (1)
52options.LoginPath = CookieAuthenticationDefaults.LoginPath;
Microsoft.AspNetCore.Identity (2)
IdentityCookiesBuilderExtensions.cs (1)
51o.LoginPath = new PathString("/Account/Login");
IdentityServiceCollectionExtensions.cs (1)
61o.LoginPath = new PathString("/Account/Login");
4 references to LoginPath
Microsoft.AspNetCore.Authentication.Cookies (4)
CookieAuthenticationHandler.cs (3)
374var shouldHonorReturnUrlParameter = Options.LoginPath.HasValue && OriginalPath == Options.LoginPath; 483var loginUri = Options.LoginPath + QueryString.Create(Options.ReturnUrlParameter, redirectUri);
PostConfigureCookieAuthenticationOptions.cs (1)
50if (!options.LoginPath.HasValue)