12 references to AddAuthentication
Aspire.Dashboard.Tests (1)
Middleware\ValidateTokenMiddlewareTests.cs (1)
76services.AddAuthentication().AddCookie();
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
89.AddAuthentication()
Aspire.Keycloak.Authentication.Tests (8)
AspireKeycloakExtensionTests.cs (8)
24builder.Services.AddAuthentication() 44builder.Services.AddAuthentication() 62builder.Services.AddAuthentication() 84builder.Services.AddAuthentication() 105builder.Services.AddAuthentication() 125builder.Services.AddAuthentication() 143builder.Services.AddAuthentication() 166builder.Services.AddAuthentication()
Keycloak.ApiService (1)
Program.cs (1)
9builder.Services.AddAuthentication()
Microsoft.AspNetCore.Authentication (1)
AuthenticationServiceCollectionExtensions.cs (1)
56var builder = services.AddAuthentication();