Merge branch 'JwtBearerOptionsSummary'
This commit is contained in:
commit
8b2be38b6b
|
|
@ -33,7 +33,8 @@ namespace Microsoft.AspNetCore.Authentication.JwtBearer
|
||||||
public string Authority { get; set; }
|
public string Authority { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// The expected audience for any received OpenIdConnect token.
|
/// The expected audience for any received OpenIdConnect token.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue