JwtClaimChecks Class

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

Inheritance
JwtClaimChecks

Constructor

JwtClaimChecks(*, allowed_groups: Optional[List[str]] = None, allowed_client_applications: Optional[List[str]] = None, **kwargs)

Parameters

allowed_groups
list[str]
Required

The list of the allowed groups.

allowed_client_applications
list[str]
Required

The list of the allowed client applications.