6 writes to ForwardDefault
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
792o.ForwardDefault = CookieAuthenticationDefaults.AuthenticationScheme; 841o.ForwardDefault = CookieAuthenticationDefaults.AuthenticationScheme;
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
55options.ForwardDefault = configSection[nameof(options.ForwardDefault)] ?? options.ForwardDefault;
Microsoft.AspNetCore.Authentication.Negotiate (1)
PostConfigureNegotiateOptions.cs (1)
50options.ForwardDefault = _serverAuth.AuthenticationScheme;
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
55options.ForwardDefault = configSection[nameof(options.ForwardDefault)] ?? options.ForwardDefault;
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
146compositeOptions.ForwardDefault = IdentityConstants.BearerScheme;
6 references to ForwardDefault
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
206var target = scheme ?? Options.ForwardDefaultSelector?.Invoke(Context) ?? Options.ForwardDefault;
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerConfigureOptions.cs (2)
55options.ForwardDefault = configSection[nameof(options.ForwardDefault)] ?? options.ForwardDefault;
Microsoft.AspNetCore.Authentication.Negotiate (1)
PostConfigureNegotiateOptions.cs (1)
47if (options.ForwardDefault == null)
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (2)
55options.ForwardDefault = configSection[nameof(options.ForwardDefault)] ?? options.ForwardDefault;