PX Policy - Rest Based Query - Returned Attribute Not Working
search cancel

PX Policy - Rest Based Query - Returned Attribute Not Working

book

Article ID: 396883

calendar_today

Updated On:

Products

CA Identity Suite CA Identity Manager

Issue/Introduction

Using a PX Policy to execute a REST based query and the entire json response is being returned instead of being filtered by the returned attribute value set in the PX Policy

Environment

All Identity Manager

Cause

The Identity Manager code used by the PX Policy Rest Based Query plug-in will check to see what Content Type value is set and will only apply the Returned Attribute filter if the Content Type is set with application/json otherwise it will not be applied and the entire response will be returned.

Resolution

If Returned Attribute filter is required then be sure that Content Type is set with application/json value.