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