次の方法で共有


JwtAuthentication クラス

定義

JSON Web トークン (JWT) に基づくアクセス検証のプロパティ。

[Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.JwtAuthentication")]
public class JwtAuthentication : Microsoft.Azure.Management.VideoAnalyzer.Models.AuthenticationBase
[<Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.JwtAuthentication")>]
type JwtAuthentication = class
    inherit AuthenticationBase
Public Class JwtAuthentication
Inherits AuthenticationBase
継承
JwtAuthentication
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

JwtAuthentication()

JwtAuthentication クラスの新しいインスタンスを初期化します。

JwtAuthentication(IList<String>, IList<String>, IList<TokenClaim>, IList<TokenKey>)

JwtAuthentication クラスの新しいインスタンスを初期化します。

プロパティ

Audiences

予想されるトークン対象ユーザーの一覧を取得または設定します。 トークンの対象ユーザーは、指定された値の少なくとも 1 つに一致する場合に有効です。

Claims

検証する追加のトークン要求の一覧を取得または設定します。 トークンを有効にするには、すべての要求とそれぞれの値が含まれている必要があります。

Issuers

予想されるトークン発行者の一覧を取得または設定します。 トークン発行者は、指定された値の少なくとも 1 つと一致する場合に有効です。

Keys

アクセス トークンの検証に使用できるキーの一覧を取得または設定します。 複数のキーを使用すると、トークン署名キーのシームレスなキーローテーションが可能になります。 トークン署名は、1 つのキーと完全に一致する必要があります。

適用対象