Class FapiPassThroughFilterChainHeaplet

java.lang.Object
org.forgerock.openig.heap.GenericHeaplet
org.forgerock.openig.fapi.FapiGenericHeaplet
org.forgerock.openig.fapi.passthrough.FapiPassThroughFilterChainHeaplet
All Implemented Interfaces:
Heaplet

public final class FapiPassThroughFilterChainHeaplet extends FapiGenericHeaplet
Pass-through filter chain for any unprotected Identity Platform endpoints (such as the XUI).
 {
    "type": "FapiPassThroughFilterChain"
     "forwardedHost" : String [REQUIRED - The forwarded host added to the endpoint request. ]
  }
 
 
 
 {
         "name": "fapiPassThroughFilterChain",
         "type": "FapiPassThroughFilterChain",
         "config": {
           "forwardedHost" : "&{as.fqdn}"
         }
 }