10 writes to DisableAutoDefaultScheme
Microsoft.AspNetCore.Authentication.Core.Test (1)
AuthenticationSchemeProviderTests.cs (1)
19o.DisableAutoDefaultScheme = true;
Microsoft.AspNetCore.Authentication.Test (9)
FacebookTests.cs (3)
122services.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddFacebook(o => 152services.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddFacebook(o => 184services.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddFacebook(o =>
OAuthTests.cs (6)
118s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth( 145s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth( 173s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth( 200s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth( 226s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth( 255s => s.AddAuthentication(o => o.DisableAutoDefaultScheme = true).AddOAuth(
1 reference to DisableAutoDefaultScheme
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
212if (!_options.DisableAutoDefaultScheme)