---
title: Device Binding Storage node
description: "Persist collected device binding data, including the device public key, to a user's profile in the identity store."
component: platform
version: 7.5
page_id: platform:auth-node-ref:device-binding-storage
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/device-binding-storage.html
llms_txt: https://docs.pingidentity.com/platform/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
page_aliases: ["auth-node-device-binding-storage.adoc"]
section_ids:
  availability: Availability
  inputs: Inputs
  outcomes: Outcomes
  properties: Properties
---

# Device Binding Storage node

Persists collected device binding data to a user's profile in the identity store.

## Availability

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

## Inputs

The node uses the variable named `DeviceBinding.DEVICE` as input from the state.

The node requires that a [Device Binding node](device-binding.html) has gathered device data previously in the journey.

## Outcomes

* `True`

  Device binding data was successfully stored in the user's profile.

* `False`

  Device binding data was not stored in the user's profile.

## Properties

None.
