Table of Contents

TSphinxConfig.OnResolveExternalProvider Event

Event triggered for an authorization request with no active session, to decide whether Sphinx should delegate authentication to an upstream (external) identity provider.

Remarks

Set the ProviderName of the event arguments to the name of a provider registered in ExternalProviders to transparently delegate the request to that upstream provider (Sphinx acts as an identity broker / IdP proxy). Leaving it empty makes Sphinx handle the request with its normal interactive login.

Syntax

Unit: Sphinx.Comp.Config

property TSphinxConfig.OnResolveExternalProvider: TResolveExternalProviderEvent

See also