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