2 writes to AccessDeniedPath
Microsoft.AspNetCore.Authentication.Cookies (1)
PostConfigureCookieAuthenticationOptions.cs (1)
60
options.
AccessDeniedPath
= CookieAuthenticationDefaults.AccessDeniedPath;
Microsoft.AspNetCore.Identity.UI (1)
IdentityDefaultUIConfigureOptions.cs (1)
57
options.
AccessDeniedPath
= $"/{IdentityUIDefaultAreaName}/Account/AccessDenied";
2 references to AccessDeniedPath
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationHandler.cs (1)
462
var accessDeniedUri = Options.
AccessDeniedPath
+ QueryString.Create(Options.ReturnUrlParameter, returnUrl);
PostConfigureCookieAuthenticationOptions.cs (1)
58
if (!options.
AccessDeniedPath
.HasValue)