3 overrides of HandleForbiddenAsync
Microsoft.AspNetCore.Authentication (2)
PolicySchemeHandler.cs (1)
41protected override Task HandleForbiddenAsync(AuthenticationProperties? properties)
RemoteAuthenticationHandler.cs (1)
219protected override Task HandleForbiddenAsync(AuthenticationProperties properties)
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
462protected override async Task HandleForbiddenAsync(AuthenticationProperties properties)
1 reference to HandleForbiddenAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
331await HandleForbiddenAsync(properties);