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