2 references to ConnectionTypeAuthenticationHandler
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
792
.AddScheme<ConnectionTypeAuthenticationHandlerOptions,
ConnectionTypeAuthenticationHandler
>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeFrontend, o => o.RequiredConnectionTypes = [ConnectionType.Frontend])
793
.AddScheme<ConnectionTypeAuthenticationHandlerOptions,
ConnectionTypeAuthenticationHandler
>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeOtlp, o => o.RequiredConnectionTypes = [ConnectionType.OtlpGrpc, ConnectionType.OtlpHttp])