Java Policy Agents 2023.3

Enable FQDN Checking

When true, the agent compares the hostname of each request to the mappings in FQDN Map.

  • If it finds a match, it transforms the request URL to the mapped URL.

  • If it doesn’t find a match, it transforms the request URL to the value in Default FQDN.

If Default FQDN is not set, this property is automatically set to false.

Property name

org.forgerock.agents.fqdn.check.enabled

Aliases

com.sun.identity.agents.config.fqdn.check.enable
  Introduced in Java Agent 5.0
  Recognized from AM 6

org.forgerock.agents.fqdn.check.enabled
  Introduced in Java Agent 5.6

Type

Boolean: true returns true; all other strings return false.

Default

true

Bootstrap property

No

Required property

No

Restart required

No

Local configuration file

AgentConfig.properties

AM console

Tab: Global

Title: Enable FQDN Checking

Legacy title: FQDN Check

Copyright © 2010-2023 ForgeRock, all rights reserved.