diff --git a/src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs b/src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs
index 7b5287ddfdb2..4f2168c5b18a 100644
--- a/src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs
+++ b/src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs
@@ -14,7 +14,7 @@ public interface IAuthenticationHandler
/// Initialize the authentication handler. The handler should initialize anything it needs from the request and scheme as part of this method.
///
/// The scheme.
- /// The context.
+ /// The context for the current request.
Task InitializeAsync(AuthenticationScheme scheme, HttpContext context);
///