---
title: Fingerprint nodes
description: The Fingerprint Profiler and Fingerprint Response nodes let you integrate your Advanced Identity Cloud environment with the Fingerprint platform to help reduce fraud and improve customer experience. The integration with Fingerprint provides browser fingerprinting directly from an authentication journey with high confidence, at an average score of 99.5%.
component: auth-node-ref
version: latest
page_id: auth-node-ref:cloud:fingerprint
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/cloud/fingerprint.html
keywords: ["Authenticator", "MFA", "Finger print"]
page_aliases: ["auth-node-fingerprint.adoc"]
section_ids:
  sample_journeys_using_fingerprint_nodes: Sample journeys using Fingerprint nodes
  node-fingerprint-client-journey: Fingerprint client-side journey
  node-fingerprint-ztm-journey: Fingerprint ZTM journey
---

# Fingerprint nodes

The Fingerprint Profiler and Fingerprint Response nodes let you integrate your Advanced Identity Cloud environment with the [Fingerprint platform](https://fingerprint.com/products/fingerprint-pro/) to help reduce fraud and improve customer experience. The integration with Fingerprint provides browser fingerprinting directly from an authentication journey with high confidence, at an average score of 99.5%.

When you identify browsers or devices with Fingerprint, you get back the `visitorId` value. You can use this value in your business logic to find suspicious activity or for marketing analytics. In some cases you do not want the client devices receive `visitorID` value from Fingerprint. Instead, you can receive a random `requestID` that can be used in business logic. This mode of not sending back `visitorID` is called Zero Trust Mode (ZTM).

You must [Setup](fingerprint-setup.html) the prerequisites on the Fingerprint site before you can use Fingerprint nodes.

PingOne Advanced Identity Cloud provides two authentication nodes for Fingerprint authentication journeys:

* [Fingerprint Profiler node](fingerprint-profiler.html)

* [Fingerprint Response node](fingerprint-response.html)

## Sample journeys using Fingerprint nodes

To understand and address the most common use cases, download the [sample journeys](https://github.com/ForgeRock/tntp-fingerprint/tree/main/sample) that use the Fingerprint nodes. Before testing or using the sample Fingerprint journeys, you must [Setup](fingerprint-setup.html) the API key and secret keys.

These samples are provided only for development and testing; don't use them in production environments.

### Fingerprint client-side journey

![fingerprint client delivery](_images/fingerprint-client-delivery.png)

The Fingerprint client-side journey delivers the fingerprint and confidence score using the Fingerprint Profiler node only. Download the JSON file for this sample journey [here](https://raw.githubusercontent.com/ForgeRock/tntp-fingerprint/main/sample/Fingerprint.json).

### Fingerprint ZTM journey

![fingerprint ztm response](_images/fingerprint-ztm-response.png)

The example Fingerprint ZTM journey delivers the fingerprint and confidence score using the Fingerprint Profiler and Fingerprint Response nodes. Download the JSON file for this sample journey [here](https://raw.githubusercontent.com/ForgeRock/tntp-fingerprint/main/sample/Fingerprint-ZTM.json).
