External Channel Attributes

Configuration propertyDescription
channelAdapterSupportsAuthenticationDetermines whether channel supports accounts' authentication, meaning that before account is added to channel it is authenticated in the adapter (in most cases meaning it is also authenticated in the external system adapter connects to). More on authentication process can be found here: Authentication

Possible values: true, false (default)
enableAccountsValidationDetermines whether during Submission process account attribute values should be validated against accounts chosen to submit. Submission validation will fail if products are submitted from accounts different than selected on product.

Possible values: true, false (default)
channelAuthenticationMethodDetermines channel authentication method.

The SDK supports SYNCHRONOUS (the user provides credentials that the adapter verifies — see Authentication) and EXTERNAL (OAuth redirect flow — see OAuth Authentication).

Possible values: SYNCHRONOUS (default), ASYNCHRONOUS, EXTERNAL
externalAuthenticationUrlsUsed when channelAuthenticationMethod is EXTERNAL. A list of identity providers (each { name, url }) whose OAuth authorization URLs the user can choose from when authenticating. The URL is static; PDX appends the dynamic parameters (redirect URI and state) at runtime. See OAuth Authentication.

Default: empty

Did this page help you?