Web Policy Agents 5.10.3

Regular Expression Conditional Login URL

Conditionally redirect users based on the incoming request URL. If the incoming request URL matches a regular expression, the agent redirects the request to a specific URL. That specific URL can be an AM instance, site, or a different website.

This property specifies the redirection URL and its parameters. Configure this property in the same way as for AM Conditional Login URL, except do not specify the string or pipe (|) character.

This property relies on Regular Expression Conditional Login Pattern to specify the regular expression that the domain name must match.

Example:

org.forgerock.agents.config.conditional.login.pattern[0] = .*shop

org.forgerock.agents.config.conditional.login.url[0] = http://am.example.com/am/oauth2/authorize?realm=sales

Default: Empty

Property name

org.forgerock.agents.config.conditional.login.url
  Introduced in Web Agent 4.x

Function

Login redirect

Type

String Map

Bootstrap property

No

Required property

No

Restart required

No

AM console

Tab: AM Services (From AM 7)

Title: Regular Expression Conditional Login URL

Copyright © 2010-2024 ForgeRock, all rights reserved.