PingGateway

FapiPassThroughFilterChain

Pass-through filter chain for unprotected Ping Identity Platform endpoints, such as end-user UI endpoints.

Usage

{
    "name": string,
    "type": "FapiPassThroughFilterChain",
    "config": {
        "forwardedHost": string
    }
}

Properties

"forwardedHost": string, required

The forwarded host added to the endpoint request.

Example

{
    "name": "fapiPassThroughFilterChain",
    "type": "FapiPassThroughFilterChain",
    "config": {
        "forwardedHost" : "&{as.fqdn}"
    }
}