2 references to AuthenticationSchemeOtlp
Aspire.Dashboard (2)
Authentication\OtlpCompositeAuthenticationHandler.cs (1)
42
yield return ConnectionTypeAuthenticationDefaults.
AuthenticationSchemeOtlp
;
DashboardWebApplication.cs (1)
703
.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.
AuthenticationSchemeOtlp
, o => o.RequiredConnectionTypes = [ConnectionType.OtlpGrpc, ConnectionType.OtlpHttp])