次の方法で共有


SiteAuthSettings.AllowedAudiences プロパティ

定義

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

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

プロパティ値

適用対象