Table of Contents

TSparkleJwtMiddleware.ExpectedIssuers Property

Provides a list of valid values for the "iss" claim.

Remarks

The JWT will only be valid if the "iss" claim contains one of the values specified in this property. If not values are provided, no validation will be performed.

Syntax

Unit: Sparkle.Comp.JwtMiddleware

property TSparkleJwtMiddleware.ExpectedIssuers: TStrings

See also