Share via


SiteAuthSettingsProperties.AllowedAudience Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)]
public string[] AllowedAudience { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.AllowedAudience : string[] with get, set
Public Property AllowedAudience As String()

Property Value

String[]

Implements

Attributes

Applies to