Share via


SiteAuthSettings.AllowedAudiences Property

Definition

Allowed audience values to consider when validating JWTs issued by Azure Active Directory. Note that the <code>ClientID</code> value is always considered an allowed audience, regardless of this setting.

public System.Collections.Generic.IList<string> AllowedAudiences { get; }
member this.AllowedAudiences : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedAudiences As IList(Of String)

Property Value

Applies to