3 references to AddAuthentication
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
724
.
AddAuthentication
(o => o.DefaultScheme = ConfigureDefaultAuthScheme(dashboardOptions))
Microsoft.AspNetCore.Authentication (1)
AuthenticationServiceCollectionExtensions.cs (1)
43
=> services.
AddAuthentication
(o => o.DefaultScheme = defaultScheme);
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
53
services.
AddAuthentication
(options =>