Table of Contents

TSphinxLogin.SkipIssuerValidation Property

Gets or sets whether issuer validation is skipped during ID token processing.

Remarks

When False (the default), the iss claim in the identity token must exactly match the configured Authority. Set to True when connecting to multi-tenant identity providers -- for example, Microsoft Entra using the organizations authority -- where the per-tenant issuer in each token never matches the authority URL. Use OnValidateIssuer to supply custom validation logic in place of the standard string comparison. Defaults to False.

Syntax

Unit: Sphinx.Login

property TSphinxLogin.SkipIssuerValidation: Boolean

See also