Java Policy Agents 2024.3

Not-Enforced URIs

A space-delimited list of URIs. The agent applies the not-enforced rule for requests to the listed URIs. In the following example, the agent allows requests to the public and images directories of myapp.example.com:

org.forgerock.agents.notenforced.uri.list=https://myapp.example.com:8443/public/* https://myapp.example.com:8443/images/*

For more information and examples, see Conventions for not-enforced rules.

Property name

org.forgerock.agents.notenforced.uri.list

Aliases

org.forgerock.agents.notenforced.uri.list
  Introduced in Java Agent 5.6

com.sun.identity.agents.config.notenforced.uri
  Introduced in Java Agent 5.0
  Recognized from AM 6

Function

Not-enforced

Type

List

Bootstrap property

No

Required property

No

Restart required

No

Local configuration file

AgentConfig.properties

Copyright © 2010-2024 ForgeRock, all rights reserved.