3 references to ChallengeAsync
Aspire.Dashboard (2)
Api\ApiAuthenticationHandler.cs (1)
129return Context.ChallengeAsync(scheme);
Authentication\FrontendCompositeAuthenticationHandler.cs (1)
40await Context.ChallengeAsync(scheme).ConfigureAwait(false);
Microsoft.AspNetCore.Authorization.Policy (1)
AuthorizationMiddlewareResultHandler.cs (1)
32await context.ChallengeAsync(scheme);