Table of Contents

IExternalProvider.ClaimMapping Property

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

Syntax

Unit: Sphinx.ExternalProvider

property IExternalProvider.ClaimMapping: TStrings

See also