---
title: Client IP Validation Failure Response
description: Manages the response when Client IP Validation is true and the IP address of an authenticated request does not originate from the IP address used for authentication.
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:com.sun.identity.agents.config.client.ip.validation.reauth
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/com.sun.identity.agents.config.client.ip.validation.reauth.html
---

# Client IP Validation Failure Response

Manages the response when [Client IP Validation](com.sun.identity.agents.config.client.ip.validation.enable.html) is `true` and the IP address of an authenticated request does not originate from the IP address used for authentication.

* `true`: Terminate the session and prompt the user to reauthenticate. The authentication mode is managed as described in [Login redirect configuration options](../user-guide/login-redirect.html#table-login-redirect) in the *User Guide*.

* `false`: Return an HTTP 403 Forbidden.

When [Client IP Validation](com.sun.identity.agents.config.client.ip.validation.enable.html) is `false`, this property has no effect.

Default: `false`

|                    |                                                                                            |
| ------------------ | ------------------------------------------------------------------------------------------ |
| Property name      | `com.sun.identity.agents.config.client.ip.validation.reauth`   Introduced in Web Agent 4.x |
| Function           | Not-enforced                                                                               |
| Type               | Boolean: `true` returns true; all other strings return `false`.                            |
| Bootstrap property | No                                                                                         |
| Required property  | No                                                                                         |
| Restart required   | No                                                                                         |
| AM console         | Tab: `Application`Title: `Client IP Validation Failure Response`                           |
