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();