React to external => shared rename

This commit is contained in:
Hao Kung 2015-07-16 12:47:05 -07:00
parent 9907883de1
commit 54db5d2c50
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ namespace Microsoft.Framework.DependencyInjection
{ {
services.ConfigureIdentity(setupAction); services.ConfigureIdentity(setupAction);
} }
services.Configure<ExternalAuthenticationOptions>(options => services.Configure<SharedAuthenticationOptions>(options =>
{ {
options.SignInScheme = IdentityOptions.ExternalCookieAuthenticationScheme; options.SignInScheme = IdentityOptions.ExternalCookieAuthenticationScheme;
}); });