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