JwtClaimChecks Class

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

Constructor

JwtClaimChecks()

Variables

Name Description
allowedGroups

The list of the allowed groups.

allowedClientApplications

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]