2 references to AuthenticationSchemeOtlp
Aspire.Dashboard (2)
Authentication\OtlpCompositeAuthenticationHandler.cs (1)
42
yield return ConnectionTypeAuthenticationDefaults.
AuthenticationSchemeOtlp
;
DashboardWebApplication.cs (1)
672
.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.
AuthenticationSchemeOtlp
, o => o.RequiredConnectionType = ConnectionType.Otlp)