OAM 11.1.2.1.4, setting SUPPLEMENTAL_RETURN_ATTRIBUTES
Dears,
We were applying some tunings on our OAM 11.1.2.1.4 following this Oracle Tuning Guide. We're experiencing high max time for authorization process (authz process when using dms spy or oam console to monitor), sometimes reaching 40 seconds. We have some custom user attributes configured in the authorization policy response.
From the guide, it's talking about setting SUPPLEMENTAL_RETURN_ATTRIBUTES (Found in other Oracle notes as SUPPLEMENTARY not SUPPLEMENTAL) parameter. However, the document doesn't say much about how to set it.
I tried to set the parameter, inside oam-config.xml, under the identity store configuration (OID in our case) as below:
<Setting Name="SUPPLEMENTARY_RETURN_ATTRIBUTES" Type="xsd:string">Attribute1</Setting>