Java Policy Agents 5.9.1

XSS Redirect URI Map

XSS detection redirect URI

A map of web application name to URI. When a cross-site scripting attack is detected, the agent redirects to the URI specified in the map. The URI is expected to be a page (HTML, or otherwise) indicating that such an attack has been detected.

For example, to redirect clients of MyApp to /myapp/error.html, enter MyApp as the map key and /myapp/error.html as the map value.

Property name

org.forgerock.agents.xss.redirect.uri.map

Property aliases

com.sun.identity.agents.config.xss.redirect.uri (since 5.0)

org.forgerock.agents.xss.redirect.uri.map (since 5.7)

Type

Map

  • Keys: web application

  • Values: cross site scripting URI

Default

/agentapp/XSSCodeDetected.html

Bootstrap property

No

Required property

No

Restart required

No

Local configuration file

AgentConfig.properties

AM console tab

Advanced

Copyright © 2010-2023 ForgeRock, all rights reserved.