External Channel Attributes
| Configuration property | Description |
|---|---|
| channelAdapterSupportsAuthentication | Determines 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) |
| enableAccountsValidation | Determines 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) |
| channelAuthenticationMethod | Determines 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 |
| externalAuthenticationUrls | Used 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 |
Updated 9 days ago
Did this page help you?
