Fix comment (#1436)

Fix comment, it's setting sign in scheme (old left-over from copy-paste?)
This commit is contained in:
Anders Abel 2017-09-16 19:41:52 +02:00 committed by Chris Ross
parent b9d9418f6d
commit eff1b42d6e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ namespace Microsoft.Extensions.DependencyInjection
return services.AddScheme<TOptions, THandler>(authenticationScheme, displayName, configureScheme: null, configureOptions: configureOptions); return services.AddScheme<TOptions, THandler>(authenticationScheme, displayName, configureScheme: null, configureOptions: configureOptions);
} }
// Used to ensure that there's always a default data protection provider // Used to ensure that there's always a sign in scheme
private class EnsureSignInScheme<TOptions> : IPostConfigureOptions<TOptions> where TOptions : RemoteAuthenticationOptions private class EnsureSignInScheme<TOptions> : IPostConfigureOptions<TOptions> where TOptions : RemoteAuthenticationOptions
{ {
private readonly AuthenticationOptions _authOptions; private readonly AuthenticationOptions _authOptions;