PingAM 8.0.0

Journey session allowlisting

Enable journey session allowlisting to protect journey sessions from replay attacks.

When journey session allowlisting is enabled, AM generates a key-value pair for each journey session and stores it for the length of the journey in the following ways:

  • For client-side journey sessions, AM stores the key-value pair in the CTS token store.

  • For server-side journey sessions, AM creates the key-value pair as a session property in the journey session.

  • For in-memory journey sessions, AM creates the key-value pair as a session property in the journey session.

Each time the journey flow reaches an authentication node, AM modifies the value of the stored key-value pair and sends it to the user or client that it is progressing through the journey. The next request to AM to continue the journey must contain the key-value pair and must match the value expected by AM.

If the user or client can’t provide the key-value pair with the values AM expects, AM doesn’t continue the journey, therefore protecting the journey against malicious users wanting to rewind to a previous node.

Perform the following steps to configure journey session allowlisting:

Configure journey session allowlisting

  1. Go to Realms > Realm Name > Authentication > Settings > Trees.

  2. Choose Enable Allowlisting.

  3. Click Save.