Freigeben über


JwtClaimChecks interface

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

Properties

allowedClientApplications

The list of the allowed client applications.

allowedGroups

The list of the allowed groups.

Property Details

allowedClientApplications

The list of the allowed client applications.

allowedClientApplications?: string[]

Property Value

string[]

allowedGroups

The list of the allowed groups.

allowedGroups?: string[]

Property Value

string[]