5 references to FrontendCompositeAuthenticationDefaults
Aspire.Dashboard (5)
Api\ApiAuthenticationHandler.cs (1)
94
var frontendResult = await Context.AuthenticateAsync(
FrontendCompositeAuthenticationDefaults
.AuthenticationScheme).ConfigureAwait(false);
DashboardWebApplication.cs (4)
724
.AddScheme<FrontendCompositeAuthenticationHandlerOptions, FrontendCompositeAuthenticationHandler>(
FrontendCompositeAuthenticationDefaults
.AuthenticationScheme, o => { })
889
policy: new AuthorizationPolicyBuilder(
FrontendCompositeAuthenticationDefaults
.AuthenticationScheme)
896
policy: new AuthorizationPolicyBuilder(
FrontendCompositeAuthenticationDefaults
.AuthenticationScheme)
903
policy: new AuthorizationPolicyBuilder(
FrontendCompositeAuthenticationDefaults
.AuthenticationScheme)