19 references to ForbidAsync
Microsoft.AspNetCore.Authentication.Core.Test (5)
AuthenticationServiceTests.cs (5)
167
await context.
ForbidAsync
();
187
await context.
ForbidAsync
();
205
await context.
ForbidAsync
();
223
await context.
ForbidAsync
();
240
await context.
ForbidAsync
();
Microsoft.AspNetCore.Authentication.Test (10)
OpenIdConnect\OpenIdConnectConfigurationTests.cs (5)
59
await context.
ForbidAsync
();
166
await context.
ForbidAsync
();
292
await context.
ForbidAsync
();
347
await context.
ForbidAsync
();
407
await context.
ForbidAsync
();
SharedAuthenticationTests.cs (5)
54
await context.
ForbidAsync
();
191
await context.
ForbidAsync
();
354
await context.
ForbidAsync
();
423
await context.
ForbidAsync
();
497
await context.
ForbidAsync
();
Microsoft.AspNetCore.Authorization.Policy (1)
AuthorizationMiddlewareResultHandler.cs (1)
51
await context.
ForbidAsync
();
OpenIdConnectSample (1)
Startup.cs (1)
231
await context.
ForbidAsync
();
ServerComparison.TestSites (1)
StartupNtlmAuthentication.cs (1)
69
return context.
ForbidAsync
();
WsFedSample (1)
Startup.cs (1)
112
await context.
ForbidAsync
();