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