Exclude Attributes
Use exclude-attributes
to specify the attributes to exclude from a JSON response.
Description | Details |
---|---|
Applicable to |
PERMIT decisions, although you cannot apply Exclude Attributes statements directly to a SCIM search. Also, do not use this statement type with SCIM modifies. Instead, use the Modify SCIM Patch statement type. |
Additional information |
The payload for this statement is a JSON array of strings. Each string is interpreted as a JSONPath into the response body of the request being authorized. Each JSONPath can select multiple attributes in the object. The portions of the response that a JSONPath selects are removed before sending the response to the client. The following example instructs PingAuthorize Server to remove the attributes
For more information about the processing of SCIM searches, see Filter Response. |