PingAuthorize

Add Filter

Use add-filter to add administrator-required filters to System for Cross-domain Identity Management (SCIM) search queries.

Description Details

Applicable to

SCIM

Additional information

The Add Filter statement places restrictions on the resources returned to an application that can otherwise use SCIM search requests. The filters that the statement specifies are ANDed with any filter that the SCIM request includes.

The payload for this statement is a string that represents a valid SCIM filter, which can contain multiple clauses separated by AND or OR. If the policy result returns multiple instances of the Add Filter statement, they are ANDed together to form a single filter that passes with the SCIM request. If the original SCIM request body included a filter, it is ANDed with the policy-generated filter to form the final filter value.