From cd9e9fa498188d110cd548775e6d50fae5e643da Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Mon, 25 Jul 2016 22:06:44 -0700 Subject: [PATCH] Update comment on HandleRemoteAuthenticateAsync --- .../RemoteAuthenticationHandler.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Authentication/RemoteAuthenticationHandler.cs b/src/Microsoft.AspNetCore.Authentication/RemoteAuthenticationHandler.cs index f152ff1cfb..b1e2aa1c82 100644 --- a/src/Microsoft.AspNetCore.Authentication/RemoteAuthenticationHandler.cs +++ b/src/Microsoft.AspNetCore.Authentication/RemoteAuthenticationHandler.cs @@ -114,8 +114,7 @@ namespace Microsoft.AspNetCore.Authentication /// /// Authenticate the user identity with the identity provider. /// - /// This could be done through a back channel communication with the identity provider. Exception thrown during - /// the authenticating should be saved to the AuthenticateResult. + /// This could be done through a back channel communication with the identity provider. /// protected abstract Task HandleRemoteAuthenticateAsync();