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