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