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