2 references to AuthenticationSchemeFrontend
Aspire.Dashboard (2)
Authentication\FrontendCompositeAuthenticationHandler.cs (1)
21var result = await Context.AuthenticateAsync(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeFrontend).ConfigureAwait(false);
DashboardWebApplication.cs (1)
671.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeFrontend, o => o.RequiredConnectionType = ConnectionType.Frontend)