Table of Contents

TSphinxExternalProvider.ClaimMapping Property

For an OAuth2 provider, maps the provider's user-profile fields onto OIDC claim names. Each line is oidcClaim=sourceField, e.g. sub=id, preferred_username=login, name=name, picture=avatar_url, email=email. Only the claims listed here are copied into the profile read by the reconciliation policy.

Syntax

Unit: Sphinx.Comp.ExternalProvider

property TSphinxExternalProvider.ClaimMapping: TStrings

See also