Table of Contents

TSphinxExternalProvider.ShowInLoginPage Property

Indicates whether this provider is offered as a "Login with..." button on the Sphinx login page, letting the end user pick it interactively. Defaults to False.

Remarks

This is independent from transparent brokering (see TSphinxConfig.OnResolveExternalProvider): a provider used only for transparent delegation can stay hidden from the login page by leaving this False. The set of providers shown on the login page can also be adjusted per request through the TSphinxConfig.OnListExternalProviders event.

Syntax

Unit: Sphinx.Comp.ExternalProvider

property TSphinxExternalProvider.ShowInLoginPage: Boolean

See also