diff --git a/src/Microsoft.AspNet.Identity/IdentityServiceCollectionExtensions.cs b/src/Microsoft.AspNet.Identity/IdentityServiceCollectionExtensions.cs index 639d87bb9a..d65386776f 100644 --- a/src/Microsoft.AspNet.Identity/IdentityServiceCollectionExtensions.cs +++ b/src/Microsoft.AspNet.Identity/IdentityServiceCollectionExtensions.cs @@ -100,7 +100,7 @@ namespace Microsoft.Framework.DependencyInjection { services.ConfigureIdentity(setupAction); } - services.Configure(options => + services.Configure(options => { options.SignInScheme = IdentityOptions.ExternalCookieAuthenticationScheme; });