2 references to AuthenticationSchemeMcp
Aspire.Dashboard (2)
DashboardWebApplication.cs (1)
704
.AddScheme<ConnectionTypeAuthenticationHandlerOptions, ConnectionTypeAuthenticationHandler>(ConnectionTypeAuthenticationDefaults.
AuthenticationSchemeMcp
, o => o.RequiredConnectionTypes = [ConnectionType.Mcp])
Mcp\McpCompositeAuthenticationHandler.cs (1)
40
yield return ConnectionTypeAuthenticationDefaults.
AuthenticationSchemeMcp
;