1 write to SocialLoginProvider
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\DefaultUIContext.cs (1)
28
new DefaultUIContext(this) {
SocialLoginProvider
= "contoso" };
4 references to SocialLoginProvider
Microsoft.AspNetCore.Identity.FunctionalTests (4)
Infrastructure\DefaultUIContext.cs (2)
47
get => GetValue<string>(nameof(
SocialLoginProvider
));
48
set => SetValue(nameof(
SocialLoginProvider
), value);
Pages\Account\Manage\ExternalLogins.cs (2)
14
if (context.
SocialLoginProvider
!= null && context.PasswordLoginEnabled)
19
if (context.
SocialLoginProvider
!= null)