2 writes to LogoutPath
Microsoft.AspNetCore.Authentication.Cookies (1)
PostConfigureCookieAuthenticationOptions.cs (1)
56
options.
LogoutPath
= CookieAuthenticationDefaults.LogoutPath;
Microsoft.AspNetCore.Identity.UI (1)
IdentityDefaultUIConfigureOptions.cs (1)
56
options.
LogoutPath
= $"/{IdentityUIDefaultAreaName}/Account/Logout";
3 references to LogoutPath
Microsoft.AspNetCore.Authentication.Cookies (3)
CookieAuthenticationHandler.cs (2)
411
var shouldHonorReturnUrlParameter = Options.
LogoutPath
.HasValue && OriginalPath == Options.
LogoutPath
;
PostConfigureCookieAuthenticationOptions.cs (1)
54
if (!options.
LogoutPath
.HasValue)