React to external => shared rename
This commit is contained in:
parent
9907883de1
commit
54db5d2c50
|
|
@ -100,7 +100,7 @@ namespace Microsoft.Framework.DependencyInjection
|
|||
{
|
||||
services.ConfigureIdentity(setupAction);
|
||||
}
|
||||
services.Configure<ExternalAuthenticationOptions>(options =>
|
||||
services.Configure<SharedAuthenticationOptions>(options =>
|
||||
{
|
||||
options.SignInScheme = IdentityOptions.ExternalCookieAuthenticationScheme;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue