次の方法で共有


SiteAuthSettings.AllowedAudiences プロパティ

定義

Azure Active Directory によって発行された JWT を検証するときに考慮できる対象ユーザーの値を取得または設定します。 <code>ClientID</code> 値は、この設定に関係なく、常に許可対象ユーザーと見なされます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedAudiences")]
public System.Collections.Generic.IList<string> AllowedAudiences { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedAudiences")>]
member this.AllowedAudiences : System.Collections.Generic.IList<string> with get, set
Public Property AllowedAudiences As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象