Merge branch 'JwtBearerOptionsSummary'

This commit is contained in:
Chris R 2019-01-03 15:25:22 -08:00
commit 8b2be38b6b
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ namespace Microsoft.AspNetCore.Authentication.JwtBearer
public string Authority { get; set; }
/// <summary>
/// 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.
/// </summary>
/// <value>
/// The expected audience for any received OpenIdConnect token.