diff --git a/src/Security/src/Microsoft.AspNetCore.Authentication.JwtBearer/JwtBearerOptions.cs b/src/Security/src/Microsoft.AspNetCore.Authentication.JwtBearer/JwtBearerOptions.cs
index 0d0a88e247..976ddc581e 100644
--- a/src/Security/src/Microsoft.AspNetCore.Authentication.JwtBearer/JwtBearerOptions.cs
+++ b/src/Security/src/Microsoft.AspNetCore.Authentication.JwtBearer/JwtBearerOptions.cs
@@ -33,7 +33,8 @@ namespace Microsoft.AspNetCore.Authentication.JwtBearer
public string Authority { get; set; }
///
- /// Gets or sets the audience for any received OpenIdConnect token.
+ /// Gets or sets a single valid audience value for any received OpenIdConnect token.
+ /// This value is passed into TokenValidationParameters.ValidAudience if that property is empty.
///
///
/// The expected audience for any received OpenIdConnect token.