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