PingAM Auth node reference

Choice Collector node

The Choice Collector node defines two or more options to present to the user during authentication.

Example

The following example demonstrates using the Choice Collector node in a multi-factor authentication (MFA) journey to provide the user with a choice to receive the one-time password (OTP) via email or SMS:

MFA journey with Choice Collector node

Availability

Product Available?

PingOne Advanced Identity Cloud

Yes

PingAM (self-managed)

Yes

Ping Identity Platform (self-managed)

Yes

Inputs

The node can read the authLevel and targetAuthLevel from the incoming node state if they exist. When present, the node uses them to filter the choices available to the user to ensure only choices that can meet or exceed the targetAuthLevel are shown.

Dependencies

This node has no dependencies.

Configuration

Property Usage

Choices

Enter two or more choice strings to display to the user.

To remove a choice, select its Delete icon ().

Default Choice

Enter the value of the choice to be selected by default.

If you do not specify a default choice, the first choice in the list becomes the default.

Prompt

Enter the text to display to the user when presenting the choices.

Field Display Type

The format of the options presented to the user.

This property isn’t visible in the AM admin UI. It requires a Ping Identity Platform deployment.

This property only displays when the node is placed within a Page node.

Possible values are:

select

Lets the user select one or more options from a selection (default).

radio

Lets the user select a single option from a group of radio buttons.

Outputs

This node doesn’t change the shared state.

Callbacks

The node sends a ChoiceCallback, which displays the list of Choices to the user and contains the Prompt.

Outcomes

The Choices configured in the node configuration define the outcomes for this node.

Errors

This node doesn’t log any error or warning messages of its own.