From 54db5d2c504b41c9aef7747412af19832d606b32 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Thu, 16 Jul 2015 12:47:05 -0700 Subject: [PATCH] React to external => shared rename --- .../IdentityServiceCollectionExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; });