10 writes to DisableAutoDefaultScheme
Microsoft.AspNetCore.Authentication.Core.Test (1)
AuthenticationSchemeProviderTests.cs (1)
19o.DisableAutoDefaultScheme = true;
Microsoft.AspNetCore.Authentication.Test (9)
FacebookTests.cs (3)
129services.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddFacebook(o => 159services.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddFacebook(o => 191services.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddFacebook(o =>
OAuthTests.cs (6)
125s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth( 152s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth( 180s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth( 207s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth( 233s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth( 262s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth(
1 reference to DisableAutoDefaultScheme
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
212if (!_options.DisableAutoDefaultScheme)