3 writes to ForwardDefault
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
792o.ForwardDefault = CookieAuthenticationDefaults.AuthenticationScheme; 841o.ForwardDefault = CookieAuthenticationDefaults.AuthenticationScheme;
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
146compositeOptions.ForwardDefault = IdentityConstants.BearerScheme;
1 reference to ForwardDefault
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
206var target = scheme ?? Options.ForwardDefaultSelector?.Invoke(Context) ?? Options.ForwardDefault;