TOidcClient.OnValidateIssuer Property
Gets or sets the callback invoked to validate the issuer claim during ID token processing.
Remarks
When assigned, this callback fires on every ID token validation regardless of the value of SkipIssuerValidation. The Valid parameter is pre-initialized to the result of the standard issuer comparison (or to True when SkipIssuerValidation is True), so the callback can either accept the default decision or override it. Setting Valid to False or raising an exception causes token validation to fail. See TValidateIssuerProc for the callback signature.
Syntax
Unit: Sphinx.OidcClient
property TOidcClient.OnValidateIssuer: TValidateIssuerProc