TSphinxLogin.OnValidateIssuer Event
Event fired to allow custom validation of the issuer claim in the identity token.
Remarks
This event 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 handler can either accept the default decision or override it. Set Valid to False or raise an exception to reject the token. The handler receives the actual issuer from the token and the expected issuer derived from Authority.
Syntax
Unit: Sphinx.Login
property TSphinxLogin.OnValidateIssuer: TValidateIssuerEvent