---
title: Fingerprint Response node
description: The Fingerprint Response node is used in the zero-trust model to fetch the fingerprint and server-side confidence score.
component: auth-node-ref
version: latest
page_id: auth-node-ref:cloud:fingerprint-response
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/cloud/fingerprint-response.html
keywords: ["Authenticator", "MFA", "Fingerprint"]
page_aliases: ["auth-node-fingerprint-response.adoc"]
section_ids:
  example: Example
  availability: Availability
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
---

# Fingerprint Response node

The Fingerprint Response node is used in the zero-trust model to fetch the fingerprint and server-side confidence score.

## Example

[Fingerprint ZTM journey](fingerprint.html#node-fingerprint-ztm-journey)

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | Yes        |
| PingAM (self-managed)                 | Yes        |
| Ping Identity Platform (self-managed) | Yes        |

## Inputs

| Attribute name  | Description                                                | Source                                                                |
| --------------- | ---------------------------------------------------------- | --------------------------------------------------------------------- |
| deviceRequestId | Mandatory variable to identify the authentication request. | Value is stored in the shared state by the Fingerprint Profiler node. |

### Dependencies

This node uses an external API from the Fingerprint site to deliver the fingerprint.

### Configuration

The configurable properties for this node are:

| Property                  | Usage                                                                                                                                                          |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Secret API Key            | Secret API key configured on the Fingerprint site.                                                                                                             |
| Events API URL            | Path to an events API. The default is https\://eu.api.fpjs.io/events/. Other options include:- https\://api.fpjs.io/events/

- https\://ap.api.fpjs.io/events/ |
| Shared State VisitorID    | Name of the shared state variable to store the fingerprint. This should be the same as in the Fingerprint Profile node.                                        |
| Get full response payload | Disabled by default. Enable if you want to store the full fingerprint API response in shared state.                                                            |
| Shared State Response     | Name of the variable to store the fingerprint API response. Used only when `Get full response payload` is enabled.                                             |

### Outputs

This node adds the following in the shared store:

| Attribute             | Description                                                                                                                                                                      |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| deviceFingerPrint     | Unique signature of the browser (fingerprint). The name of this variable is configured using the Shared State VisitorID property.                                                |
| deviceConfidenceScore | Confidence level for the verified fingerprint.                                                                                                                                   |
| payload (optional)    | This optional attribute contains the full API response from the Fingerprint site. The name of this variable is configured using the Share State Response configuration property. |

If an error occurs, error messages with the keys `[Marketplace]Exception` and `[Marketplace]StackTrace` are output to the shared state.

### Outcomes

* `Success`

  The response node completed successfully.

* `Error`

  There was a problem with the node. Check all the settings and the error messages in shared state.
