PingGateway

FapiResourceUnprotectedFilterChain

A filter chain to validate unprotected requests to resource servers and make sure they comply with the following FAPI specifications:

Use this filter for unprotected endpoints only. It doesn’t do certificate or token validation.

Usage

{
    "name": string,
    "type": "FapiResourceUnprotectedFilterChain",
    "config": {
        "auditService": AuditService reference
    }
}

Properties

"auditService": AuditService reference, optional

The AuditService to record audit events. Provide either the name of an AuditService object defined in the heap or an inline AuditService configuration object.

Default: No audit service.