3 references to ConnectionTypeAuthenticationHandler
Aspire.Dashboard (3)
DashboardWebApplication.cs (3)
702
.AddScheme<ConnectionTypeAuthenticationHandlerOptions,
ConnectionTypeAuthenticationHandler
>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeFrontend, o => o.RequiredConnectionTypes = [ConnectionType.Frontend])
703
.AddScheme<ConnectionTypeAuthenticationHandlerOptions,
ConnectionTypeAuthenticationHandler
>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeOtlp, o => o.RequiredConnectionTypes = [ConnectionType.OtlpGrpc, ConnectionType.OtlpHttp])
704
.AddScheme<ConnectionTypeAuthenticationHandlerOptions,
ConnectionTypeAuthenticationHandler
>(ConnectionTypeAuthenticationDefaults.AuthenticationSchemeMcp, o => o.RequiredConnectionTypes = [ConnectionType.Mcp])