3 references to FrontendCompositeAuthenticationHandler
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
641
.AddScheme<FrontendCompositeAuthenticationHandlerOptions,
FrontendCompositeAuthenticationHandler
>(FrontendCompositeAuthenticationDefaults.AuthenticationScheme, o => { })
Aspire.Dashboard.Tests (2)
Integration\FrontendBrowserTokenAuthTests.cs (1)
101
var log = testSink.Writes.Single(s => s.LoggerName == typeof(
FrontendCompositeAuthenticationHandler
).FullName && s.EventId.Name == "AuthenticationSchemeNotAuthenticatedWithFailure");
Integration\FrontendOpenIdConnectAuthTests.cs (1)
90
var log = testSink.Writes.Single(s => s.LoggerName == typeof(
FrontendCompositeAuthenticationHandler
).FullName && s.EventId.Name == "AuthenticationSchemeNotAuthenticatedWithFailure");