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)
129
services.AddAuthentication(o => o.
DisableAutoDefaultScheme
= true).AddFacebook(o =>
159
services.AddAuthentication(o => o.
DisableAutoDefaultScheme
= true).AddFacebook(o =>
191
services.AddAuthentication(o => o.
DisableAutoDefaultScheme
= true).AddFacebook(o =>
OAuthTests.cs (6)
125
s => s.AddAuthentication(o => o.
DisableAutoDefaultScheme
= true).AddOAuth(
152
s => s.AddAuthentication(o => o.
DisableAutoDefaultScheme
= true).AddOAuth(
180
s => s.AddAuthentication(o => o.
DisableAutoDefaultScheme
= true).AddOAuth(
207
s => s.AddAuthentication(o => o.
DisableAutoDefaultScheme
= true).AddOAuth(
233
s => s.AddAuthentication(o => o.
DisableAutoDefaultScheme
= true).AddOAuth(
262
s => s.AddAuthentication(o => o.
DisableAutoDefaultScheme
= true).AddOAuth(
1 reference to DisableAutoDefaultScheme
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
212
if (!_options.
DisableAutoDefaultScheme
)