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