diff --git a/src/Microsoft.AspNetCore.Authentication/RemoteAuthenticationHandler.cs b/src/Microsoft.AspNetCore.Authentication/RemoteAuthenticationHandler.cs index b1e2aa1c82..895a954dac 100644 --- a/src/Microsoft.AspNetCore.Authentication/RemoteAuthenticationHandler.cs +++ b/src/Microsoft.AspNetCore.Authentication/RemoteAuthenticationHandler.cs @@ -112,9 +112,9 @@ namespace Microsoft.AspNetCore.Authentication } /// - /// Authenticate the user identity with the identity provider. + /// Authenticate the user identity with the identity provider. /// - /// This could be done through a back channel communication with the identity provider. + /// The method process the request on the endpoint defined by CallbackPath. /// protected abstract Task HandleRemoteAuthenticateAsync();