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