Question on AD memberOf CAS multiple attributes:
We are configuring CAS 5.3. In a service registry .json file, within the "ReturnMappedAttributeReleasePolicy" allowed attributes, the memberOf array comes across from AD where each of the multiple attributes are enclosed in separated tags:
<cas:memberOf>membership1 Name</cas:memberOf>
<cas:memberOf>membership2 Name</cas:memberOf>
<cas:memberOf>membership3 Name</cas:memberOf>
<cas:memberOf>membership4 Name</cas:memberOf>
Can anyone tell me how to prevent this and to basically get memberOf to come accross similar to how it used to in CAS 3 as just an array containing attributes?