Change JwtBearerOptions.Audience comment (#4646)
This commit is contained in:
parent
6d2f2483d2
commit
a8ae16e0cb
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue