6 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)
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
349protected override Task HandleForbiddenAsync(AuthenticationProperties properties)
Microsoft.AspNetCore.Authentication.Test (1)
TestHandlers.cs (1)
29protected override Task HandleForbiddenAsync(AuthenticationProperties properties)
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2855protected override Task HandleForbiddenAsync(AuthenticationProperties properties) => Task.CompletedTask;
2 references to HandleForbiddenAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
331await HandleForbiddenAsync(properties);
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
184await HandleForbiddenAsync(properties);