---
title: Device Geofencing node
description: "Compare collected device location data against configured trusted locations to determine whether the user's device is within an allowed geofence."
component: platform
version: 7.5
page_id: platform:auth-node-ref:device-geofencing
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/device-geofencing.html
llms_txt: https://docs.pingidentity.com/platform/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-device-geofencing.adoc"]
section_ids:
  availability: Availability
  outcomes: Outcomes
  properties: Properties
---

# Device Geofencing node

Compares any collected device location metadata with the trusted locations configured in the authentication node.

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 configured, trusted locations.

## Availability

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

## Outcomes

* `Inside`

* `Outside`

Evaluation continues along the `Inside` path if the collected location is within the specified range of a configured trusted location; otherwise, evaluation continues along the `Outside` path.

## Properties

| Property                       | Usage                                                                                                                                             |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Trusted Locations *(required)* | Specify the latitude and longitude of at least one trusted location. Separate the values with a comma; for example, `37.7910855,-122.3951663`.    |
| Geofence Radius (km)           | Specifies the maximum distance, in kilometers, that a device can be from a configured trusted location.The distance is calculated point-to-point. |
