---
title: Device Location Match node
description: Compares any collected device location metadata with that stored in the user's profile.
component: auth-node-ref
version: 7.5
page_id: auth-node-ref::device-profile-location-match
canonical_url: https://docs.pingidentity.com/auth-node-ref/7.5/device-profile-location-match.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-device-profile-location-match.adoc"]
section_ids:
  availability: Availability
  outcomes: Outcomes
  properties: Properties
---

# Device Location Match node

Compares any collected device location metadata with that stored in the user's profile.

Use this node with the [Device Profile Collector node](device-profile-collector.html) to determine if the authenticating user's device is located within range of somewhere they have authenticated from, and saved, previously.

You must establish the identity of the user before attempting to match locations.

## Availability

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

## Outcomes

* `True`

* `False`

* `Unknown Device`

Evaluation continues along the `True` path if the collected location is within the specified range of saved location data; otherwise, evaluation continues along the `False` path.

If the user has no saved device profiles or the identity of the user has not been established, evaluation continues along the `Unknown Device` path.

## Properties

| Property            | Usage                                                                                                                                           |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| Maximum Radius (km) | Specifies the maximum distance, in kilometers, that a device can be from a previously saved location.The distance is calculated point-to-point. |
