Package version:

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

interface JwtClaimChecks {
    allowedClientApplications?: string[];
    allowedGroups?: string[];
}

Properties

allowedClientApplications?: string[]

The list of the allowed client applications.

allowedGroups?: string[]

The list of the allowed groups.