Applicable to

SCIM.

Additional information

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

The payload for this advice 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 Add Filter advice, 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.