1 write to AccessDeniedPath
Microsoft.AspNetCore.Authentication.Cookies (1)
PostConfigureCookieAuthenticationOptions.cs (1)
60
options.
AccessDeniedPath
= CookieAuthenticationDefaults.AccessDeniedPath;
2 references to AccessDeniedPath
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (1)
469
var accessDeniedUri = Options.
AccessDeniedPath
+ QueryString.Create(Options.ReturnUrlParameter, returnUrl);
PostConfigureCookieAuthenticationOptions.cs (1)
58
if (!options.
AccessDeniedPath
.HasValue)