你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JwtClaimChecks Class

The configuration settings of the checks that should be made while validating the JWT Claims.

Constructor

JwtClaimChecks()

Variables

Name Description
allowed_groups

The list of the allowed groups.

allowed_client_applications

The list of the allowed client applications.

Attributes

allowedClientApplications

The list of the allowed client applications.

allowedClientApplications: list[str]

allowedGroups

The list of the allowed groups.

allowedGroups: list[str]