TokenRequiredClaim interface

Token required claim validation rule.

Properties

claim

Claim name for the validation profile claim is a required field that configures the name of the required claim.

requiredValue

Required value requiredValue is a required field that configures the value that 'claim' must have when taken from the incoming JWT claims. If the value in the JWT claims does not match, the token will be rejected for authentication.

Property Details

claim

Claim name for the validation profile claim is a required field that configures the name of the required claim.

claim: string

Property Value

string

requiredValue

Required value requiredValue is a required field that configures the value that 'claim' must have when taken from the incoming JWT claims. If the value in the JWT claims does not match, the token will be rejected for authentication.

requiredValue: string

Property Value

string