29 references to ChallengeAsync
JwtBearerSample (1)
Startup.cs (1)
63await context.ChallengeAsync();
Microsoft.AspNetCore.Authentication.Core.Test (4)
AuthenticationServiceTests.cs (4)
166await context.ChallengeAsync(); 186await context.ChallengeAsync(); 204await context.ChallengeAsync(); 222await context.ChallengeAsync();
Microsoft.AspNetCore.Authentication.Negotiate.Test (4)
EventTests.cs (1)
440await context.ChallengeAsync();
NegotiateHandlerTests.cs (3)
425await context.ChallengeAsync(); 439await context.ChallengeAsync(); 466await context.ChallengeAsync();
Microsoft.AspNetCore.Authentication.Test (14)
CertificateTests.cs (1)
839await context.ChallengeAsync();
GoogleTests.cs (1)
1158await context.ChallengeAsync();
OpenIdConnect\OpenIdConnectConfigurationTests.cs (5)
62await context.ChallengeAsync(); 246await context.ChallengeAsync(); 295await context.ChallengeAsync(); 350await context.ChallengeAsync(); 410await context.ChallengeAsync();
SharedAuthenticationTests.cs (5)
57await context.ChallengeAsync(); 309await context.ChallengeAsync(); 357await context.ChallengeAsync(); 426await context.ChallengeAsync(); 500await context.ChallengeAsync();
WsFederation\WsFederationTest.cs (1)
226app.Run(context => context.ChallengeAsync());
WsFederation\WsFederationTest_Handler.cs (1)
224app.Run(context => context.ChallengeAsync());
Microsoft.AspNetCore.Authorization.Policy (1)
AuthorizationMiddlewareResultHandler.cs (1)
37await context.ChallengeAsync();
OpenIdConnectSample (1)
Startup.cs (1)
220await context.ChallengeAsync();
ServerComparison.TestSites (1)
StartupNtlmAuthentication.cs (1)
63return context.ChallengeAsync();
SocialSample (2)
Startup.cs (2)
295await context.ChallengeAsync(); 438await context.ChallengeAsync();
WsFedSample (1)
Startup.cs (1)
101await context.ChallengeAsync();