Table of Contents

TSphinxConfig.OnExternalUserProvisioned Event

Event triggered when the built-in reconciliation policy provisions a brand new local user for an external (upstream) identity.

Remarks

Fires only when ExternalLoginOptions has AllowAutoProvision enabled and a new user is actually created (not when an OnExternalSignIn handler supplies the user). The handler receives the just-created, already-linked user and the upstream profile/tokens, and can complete the account -- assign roles, copy additional profile fields, etc.

Syntax

Unit: Sphinx.Comp.Config

property TSphinxConfig.OnExternalUserProvisioned: TExternalUserProvisionedEvent

See also