7 references to Unsecured
Aspire.Dashboard (5)
Components\Layout\MainLayout.razor.cs (1)
188Options.CurrentValue.Mcp.AuthMode == McpAuthMode.Unsecured &&
Configuration\PostConfigureDashboardOptions.cs (2)
65options.Mcp.AuthMode = McpAuthMode.Unsecured; 74options.Mcp.AuthMode ??= string.IsNullOrEmpty(options.Mcp.PrimaryApiKey) ? McpAuthMode.Unsecured : McpAuthMode.ApiKey;
Configuration\ValidateDashboardOptions.cs (1)
120McpAuthMode.Unsecured => ApiAuthMode.Unsecured,
DashboardWebApplication.cs (1)
408_dashboardOptionsMonitor.CurrentValue.Mcp.AuthMode == McpAuthMode.Unsecured)
Aspire.Dashboard.Components.Tests (1)
Layout\MainLayoutTests.cs (1)
206o.Mcp.AuthMode = McpAuthMode.Unsecured;
Aspire.Dashboard.Tests (1)
Integration\Playwright\Infrastructure\DashboardServerFixture.cs (1)
33[DashboardConfigNames.DashboardMcpAuthModeName.ConfigKey] = nameof(McpAuthMode.Unsecured)