JwtClaimChecks interface
JWT 要求の検証中に行う必要があるチェックの構成設定。
プロパティ
allowed |
許可されるクライアント アプリケーションの一覧。 |
allowed |
許可されるグループの一覧。 |
プロパティの詳細
allowedClientApplications
許可されるクライアント アプリケーションの一覧。
allowedClientApplications?: string[]
プロパティ値
string[]
allowedGroups
許可されるグループの一覧。
allowedGroups?: string[]
プロパティ値
string[]