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