Change JwtBearerOptions.Audience comment (#4646)

This commit is contained in:
Kahbazi 2018-12-13 11:08:12 +03:30
parent 6d2f2483d2
commit a8ae16e0cb
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.