2 references to ConnectionTypeAuthenticationHandler
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
644
.AddScheme<ConnectionTypeAuthenticationHandlerOptions,
ConnectionTypeAuthenticationHandler
>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeFrontend, o => o.RequiredConnectionType = ConnectionType.Frontend)
645
.AddScheme<ConnectionTypeAuthenticationHandlerOptions,
ConnectionTypeAuthenticationHandler
>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeOtlp, o => o.RequiredConnectionType = ConnectionType.Otlp)